-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
$badfilter does not work on a CSP filter #3371
Comments
ghost
closed this as completed
Jan 19, 2018
Actually For example, Add
to My Filters and then browse to |
As a workaround for now, a specific exception filter is pretty much the equivalent of
|
Yeah, that will do for now, I hope you're able to patch this one soon though. Were you able to draw the cause behind this ? |
ghost
changed the title
$badfilter not working on a CSP exception filter
$badfilter does not work on a CSP filter
Feb 28, 2018
hawkeye116477
added a commit
to hawkeye116477/uBlock-for-firefox-legacy
that referenced
this issue
Aug 14, 2020
Co-authored-by: gorhill <585534+gorhill@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STR
Add
@@*$csp=default-src 'self' * data: 'unsafe-inline' 'unsafe-eval',domain=investopedia.com
and@@*$csp=default-src 'self' * data: 'unsafe-inline' 'unsafe-eval',domain=investopedia.com,badfilter
to My FiltersKeeping the logger open, browse to
https://www.investopedia.com/
Exception filter is applied even though
$badfilter
is present as per the logger -Your settings
The text was updated successfully, but these errors were encountered: