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
The issue is not present after disabling uBO in the browser.
I checked the documentation to understand that the issue I am reporting is not normal behavior.
I tried to reproduce the issue when...
uBO is the only extension.
uBO uses default lists and settings.
using a new, unmodified browser profile.
Description
I want it so that uBO has an option for a dynamic filter to not propagate to subdomains.
My proposed dynamic filter syntax:
source dest ssp sdp type action
Where: source and dest: Source and destination hostname, respectively. Subpaths are also supported, for example: example.com/rsrc/foo. ssp: Strict Source Partyness: Whether to prevent dynamic filter from propagating to subdomains of the source hostname.
Possible values:
0 (default value): dynamic filter will propagate to subdomains of the source hostname as usual. 1: dynamic filter shall not propagate to subdomains of the source hostname.
Please note that this value matters not when the value of the source component is *. In such a case, a value of 0 for ssp is preferred.
sdp: Strict Destination Partyness: Whether to prevent dynamic filter from propagating to subdomains of the destination hostname. Same as above. type: Type of resource to filter. Use values supported in Dynamic URL filtering. action: What to do with requests matching all the above conditions. Such requests can be block-ed, allow-ed, or let static filtering make the decision instead (noop).
As usual, more specific rules override less specific ones.
Examples: deviantart.com * 0 0 script block
Meaning: disable all scripting on deviantart.com and all its subdomains.
www.msn.com/en-us acdn.adnxs.com 1 1 * noop
Meaning: requests whose origin matches www.msn.com/en-us and whose intended recipient is acdn.adnxs.com (subdomains not included) shall not be subject to any dynamic filtering rule.
You may expand on this system to allow for more granularity.
As this system is more advanced than the traditional four-component system, a warning must be included that this one is only for those that have mastered the old four-component system.
A specific URL where the issue occurs.
Steps to Reproduce
Expected behavior
Actual behavior
uBO version
1.52.2
Browser name and version
Operating System and version
The text was updated successfully, but these errors were encountered:
Declining this, I don't see any value for the vast majority of users for me to completely rework code that has been stable since 2015. Best left to a specialized blocker to support that kind of finer-grained control, so whoever really wants this is welcome to invest their own time to scratch their own itch.
Prerequisites
I tried to reproduce the issue when...
Description
I want it so that uBO has an option for a dynamic filter to not propagate to subdomains.
My proposed dynamic filter syntax:
Where:
source
anddest
: Source and destination hostname, respectively. Subpaths are also supported, for example:example.com/rsrc/foo
.ssp
: Strict Source Partyness: Whether to prevent dynamic filter from propagating to subdomains of the source hostname.Possible values:
sdp
: Strict Destination Partyness: Whether to prevent dynamic filter from propagating to subdomains of the destination hostname. Same as above.type
: Type of resource to filter. Use values supported in Dynamic URL filtering.action
: What to do with requests matching all the above conditions. Such requests can beblock
-ed,allow
-ed, or let static filtering make the decision instead (noop
).As usual, more specific rules override less specific ones.
Examples:
deviantart.com * 0 0 script block
Meaning: disable all scripting on
deviantart.com
and all its subdomains.www.msn.com/en-us acdn.adnxs.com 1 1 * noop
Meaning: requests whose origin matches
www.msn.com/en-us
and whose intended recipient isacdn.adnxs.com
(subdomains not included) shall not be subject to any dynamic filtering rule.You may expand on this system to allow for more granularity.
As this system is more advanced than the traditional four-component system, a warning must be included that this one is only for those that have mastered the old four-component system.
A specific URL where the issue occurs.
Steps to Reproduce
Expected behavior
Actual behavior
uBO version
1.52.2
Browser name and version
Operating System and version
The text was updated successfully, but these errors were encountered: