You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current loadScriptsOnMainThread implementation requires 100% match to the url.
But sometimes url is dynamic:
it can have different protocols
it can use reverse proxy
it can have dynamic query string
we can have multiple 3rd party scripts and want to block all of them by a domain name or pattern
Describe the solution you'd like loadScriptsOnMainThread should accept a substring or regexp to allow it working with dynamic / multiple urls
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Current
loadScriptsOnMainThread
implementation requires 100% match to the url.But sometimes url is dynamic:
Describe the solution you'd like
loadScriptsOnMainThread
should accept a substring or regexp to allow it working with dynamic / multiple urlsThe text was updated successfully, but these errors were encountered: