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
iam creating an exception filters with website from ubo logger but it is still blocked
A specific URL where the issue occurs.
https://veev.to/d/4vz566d3awg0
Steps to Reproduce
add veev.to#@#+js()
go to https://veev.to/d/4vz566d3awg0
filter content a/c to 3p => xhr
allow request coninciding with regex rule blocking /^https?:\/\/[a-z]{8,15}\.xyz\/$/$xhr,3p,method=head,header=x-traceid,to=xyz (as these ad xhr's are random)
observe requests are still blocked
Expected behavior
should honor exception filters if rule is not $important modifier
Actual behavior
xhr requests are still blocked
opera_2O3t8Mo7WD.mp4
uBO version
1.59.1b2
Browser name and version
opera stable
Operating System and version
win 10
The text was updated successfully, but these errors were encountered:
Sorry, first time I understood exception from logger's exception button.
I can reproduce when using a plain exception in My filters. Issue is that the filtering engine only looks up exceptions filters using header=, not plain ones.
For example, adding ,header=x-traceid to the created exception filter makes the exception work.
Prerequisites
I tried to reproduce the issue when...
Description
iam creating an exception filters with website from ubo logger but it is still blocked
A specific URL where the issue occurs.
https://veev.to/d/4vz566d3awg0
Steps to Reproduce
veev.to#@#+js()
https://veev.to/d/4vz566d3awg0
/^https?:\/\/[a-z]{8,15}\.xyz\/$/$xhr,3p,method=head,header=x-traceid,to=xyz
(as these ad xhr's are random)Expected behavior
should honor exception filters if rule is not $important modifier
Actual behavior
xhr requests are still blocked
opera_2O3t8Mo7WD.mp4
uBO version
1.59.1b2
Browser name and version
opera stable
Operating System and version
win 10
The text was updated successfully, but these errors were encountered: