regex record under trusted site not working #17060
Replies: 5 comments 15 replies
-
Issues is for issues, do not burden volunteers for your personal question. |
Beta Was this translation helpful? Give feedback.
-
it's not a question. I followed the documents carefully as I understand it's possible to use regex for trusted rules and it overrides both static and dynamic filters. I tested my regex and it works. So why it's not whitelisting the pattern maching sites when 3p dynamic filtering is enabled? If you think it's not an issue. Please correct my understanding. |
Beta Was this translation helpful? Give feedback.
-
URL address bar doesn't show all characters forming the actual URL of the site you are visiting. Copy-paste the URL in the address bar into a text editor, and use the result to craft you regex. |
Beta Was this translation helpful? Give feedback.
-
Yes I just wanted to have 3p dynamic filtering enabled while noop for static or cdn like sites. I read the doc that regex does not work for dynamic filtering and that trusted sites take precedence over dynamic and static filtering. Hence came up with the workaround. Is this possible with the current version? It just turned from an issue to a discussion to a feature request.🤣 |
Beta Was this translation helpful? Give feedback.
-
Prerequisites
I tried to reproduce the issue when...
Description
My goal is to whitelist any static sites like gstatic.com when 3p dynamic filtering is in play. Below regex does the job when putting into trusted site. However it's not working when 3p dynamic filtering is in use.
/^([a-zA-Z0-9]+.)?[a-zA-Z0-9]+static.[a-zA-Z0-9]+$/
URL(s) where the issue occurs.
/^([a-zA-Z0-9]+.)?[a-zA-Z0-9]+static.[a-zA-Z0-9]+$/
Screenshot(s)
No response
uBO version
latest
Browser name and version
chrome 110
Settings
trusted site
hard mode
Notes
No response
Beta Was this translation helpful? Give feedback.
All reactions