Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trigger URL with wildcards #18

Open
madduck opened this issue Feb 11, 2020 · 6 comments
Open

Trigger URL with wildcards #18

madduck opened this issue Feb 11, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@madduck
Copy link

madduck commented Feb 11, 2020

Several sites I work with don't have a consistent entrance URL, but include e.g. a UUID or some other data that changes, including date etc..

Could Session Alive please be made to trigger on wildcard URLs too? Thanks!

@BourgeoisDirk
Copy link

I completely agree, i have the same problem..
This app really needs a "https://www.website.com/*" option, to include the keepalive timer for everything that starts with that URL
As it is now, it's quite useless for what i need it for

@tnilzon
Copy link

tnilzon commented Apr 6, 2021

This would be a very useful improvement!
I have problems with several sites not being recognized, and where wildcard in the url would be most useful.
An example is the Aliexpress site (which have a short time before getting logged out). The url have several different formats when navigating. For example: https://best.aliexpress.com/ https://track.aliexpress.com/ https://messages.aliexpress.com/ ...and so on. Could this be solved to allow wildcard in session-alive (i.e. set the trigger url to https://*aliexpress.com* ?

Thanks for a great addon!

@Lanchon
Copy link

Lanchon commented Jul 10, 2021

the trigger URL should be extended.

i can thing of many options:

  • exact URL with query string (for compatibility with current configs)
  • exact URL without query string
  • regexp on URL
  • host
  • host and subdomains

maybe a string plus a type would work fine

given the string, type could default to:

  • if string includes protocol -> URL without query string
  • if string does not include protocol -> host and subdomains

@BourgeoisDirk
Copy link

BourgeoisDirk commented Jul 30, 2021

I would have hoped this worked, but it doesnt:
https://x*x.mycompanyname.be/BC/* (I put "x" around the * because it wouldn't show)
This however is seen as valid: https://somedocker.mycompanyname.be/BC/*
Why is this first wildcard not allowed ? We create docker containers where the first part is just a unique collection of letters and numbers.

Please extend the functionality to accept any wildcard at any place in the url, with multiple wildcards allowed.
Also, the https://somedocker.mycompanyname.be/BC/* wildcard doesn't seem to be working.
The Plugin keeps saying no Rules are Running for some reason .. Also pages for these urls are open

@arunelias arunelias added the enhancement New feature or request label Dec 2, 2021
@arunelias
Copy link
Owner

Hi @madduck @BourgeoisDirk @tnilzon @Lanchon
First of all, Thank you all for this feature request.
I have committed the Trigger URL with wildcards feature with version 2.2
Please test and provide feedback
I will test this and publish to Firefox within some days
To install as developer extension please follow the steps: https://github.com/arunelias/session-alive#installation

@madduck
Copy link
Author

madduck commented Dec 2, 2021

Thanks @arunelias, have added it and will report if there are issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants