-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Put "block all cookies" under a default-off feature flag #42061
Comments
@rmcfadden3 can you help with the label and sub-label text for this new feature flag? It'll live in brave://flags |
@ShivanKaul what about something like this: Label: |
I tweaked your text a bit, but LGTM. |
Put "block all cookies" under a default-off feature flag (brave/brave-browser#42061) --------- Signed-off-by: Vadym Struts <vstruts@brave.com>
Verified on
STEPS:
ACTUAL RESULTS:
|
Verification
and
Test Case 1: New install - If the feature flag is on, we show the "Block all cookies" option in the "Block Cookies" setting.Case 1: `Block-all-cookies-toggle` flag - Disabled - Default behavior - PASSED
Case 2: Enabled `Block-all-cookies-toggle` flag with `Block third-party cookies` as default- PASSED**Block third-party-cookies` setting is enabled in global setting
Case 3: Disabled `Block-all-cookies-toggle` flag - PASSED
Case 4: `Block-cookies-toggle` flag - Default behavior with `Allow all cookies` selected - PASSEDPre-requisite: **Allow all cookies` setting is enabled in global settings
Case 5: This only affects the global toggle; we should allow users to toggle per-site cookie blocking - PASSED
Test Case 2 - UpgradeCase 1: Verify `block-all-cookies-toggle` flag is in default `Disabled` state upon upgrade - PASSEDPre-req: Keep
Case 2: Verify `block-all-cookies-toggle` flag is in `Enabled` state upon upgrade - PASSEDPre-req: Keep
|
Verified on
|
We have a "block all cookies" feature. Unfortunately, this option essentially breaks the Web for users; we have several anecdotal cases of users inadvertently ending up with this toggle enabled. We should put this feature under a default-off but enableable feature flag (via brave://flags on all platforms).
Show "block all cookies" option for global cookie setting
. Sub-label:Show option to block all cookies in global cookie policy setting
.The text was updated successfully, but these errors were encountered: