-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
shields don't work after re-enabling in private browsing mode #1198
Comments
cc: @bridiver |
Reproduced. It carries over to new private windows and persists after quitting Brave and relaunching. Gonna dig in on this... |
Content settings are being persisted to disk for incognito sessions (via indexeddb) via the Brave extension. |
OK I believe I figured this out 😄 I had to make a few tweaks to get this working as expected. When testing this, I loaded the
I'm not sure why the scope can't be automatically determined, but it isn't. If you do steps 1 and 2, you'll run into an error when setting the |
Seeing something similar when changing some individual shield items on Private/Guest/Tor windows: Note, some shield items functioned as expected in Private/Guest/Tor windows: |
Quick update, RE: my bullet points above:
|
…n#67 was merged Helps with addressing brave/brave-browser#1198
Can this be retested with master? I think maybe Simon's change fixes it. |
@bbondy no change; after brave/brave-core#525 was merged, any attempt to write to |
Hmm, my PR was api changing from content settings store to user prefs. So, it wouldn't fix this issue. |
Verification Passed on
Verification passed on
Verified passed with
|
Test Plan
See brave/brave-extension#68
Description
After disabling shields in private browsing mode on a website and re-enabling them, they don’t seem to be working even though the toggle is set to "on".
Shields continue working as expected in normal browsing mode, problem only occurs in private mode
Steps to Reproduce
Actual result:
No requests blocked
Expected result:
10s of requests blocked on tested websites
Reproduces how often:
Reproduces consistently on OS X, confirmed by another person
Brave version (chrome://version info)
Reproducible on current release:
No
Website problems only:
N/A
The text was updated successfully, but these errors were encountered: