-
-
Notifications
You must be signed in to change notification settings - Fork 589
Regex Domain . can not be edited after Update to v6.0.5 #3308
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
Comments
Can reproduce this. This is a bug |
I am not exactly sure what is happening here. I added a I guess the issue here is that "." is interpreted as a dot-sequence in which context it doesn't anything else than an empty string. I still think the browser is actually wrong doing this here as dot-sequences should only be interpreted at the beginning of paths in web URIs (at least if my memory about this is right). edit Confirmed by trying |
This is a browser-issue and affects specifically these two regular expressions:
Others, like
are working as expected. @MrDarth I'd suggest you use |
Thanks @DL6ER. |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
Versions
Core version is v6.0.5 (Latest: v6.0.5)
Web version is v6.0.2 (Latest: v6.0.2)
FTL version is v6.0.4 (Latest: v6.0.4)
Platform
Expected behavior
Removing group assignment or enabeld/disable my "block all" regex filter rule.
Actual behavior / bug
After update this morning the status of my block all domain can not be changed. Group assignement is also not changable.
Both actions end with this error:
Invalid request: Specify item in URI {"error":{"key":"uri_error","message":"Invalid request: Specify item in URI","hint":null},"took":0.00011539459228515625}
Steps to reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: