We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey @tomhiggins.
After successfully installing Anyfesto there are some pages that are not redirected to the main page.
http://www.google.com
http://www.raspberry.org
http://www.raspberry.org/blog/
http://www.instructables.com/category/technology/
https://www.thingiverse.com
I guess this is an issue with the captive portal where the regex does not take into account https and the end of an URL.
https
I guess we might need to change this into something like \b.*(?<![0-9])
\b.*(?<![0-9])
You can check if it works in here: (https://regex101.com/)[https://regex101.com/]
URLs that I use to test:
www.demo.com http://foo.co.uk/ http://regexr.com/foo.html?q=bar https://mediatemple.net/ http:10.99.11.1:19485 https://www.mediatemple.net/ google.com
Regards.
The text was updated successfully, but these errors were encountered:
Hey there!
Have you been able to reproduce the error?
Sorry, something went wrong.
I will try to get to it soon. Life has been keeping off the dev and debug, but I will try to get this on the ToDo stack Thanks for you patience.
No problem, just trying to help :)
If you need any other information or anything I can do just let me know. Best regards.
No branches or pull requests
Hey @tomhiggins.
After successfully installing Anyfesto there are some pages that are not redirected to the main page.
http://www.google.com
http://www.raspberry.org
http://www.raspberry.org/blog/
http://www.instructables.com/category/technology/
https://www.thingiverse.com
I guess this is an issue with the captive portal where the regex does not take into account
https
and the end of an URL.I guess we might need to change this into something like
\b.*(?<![0-9])
You can check if it works in here: (https://regex101.com/)[https://regex101.com/]
URLs that I use to test:
Regards.
The text was updated successfully, but these errors were encountered: