Skip to content

Commit

Permalink
Resolve Block cross-site cookie settings option (uplift to 1.59.x) (#…
Browse files Browse the repository at this point in the history
…20473)

Uplift of #20469 (squashed) to release
  • Loading branch information
brave-builds committed Oct 16, 2023
1 parent bb54f0e commit 5df81fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ public boolean onPreferenceChange(Preference preference, Object newValue) {
mBlockCrosssiteCookies.setSummary(getActivity().getResources().getString(
R.string.block_cookies_option_2));
mBlockCrosssiteCookies.setCheckedIndex(1);
// fall through
break;
case ALLOW:
default:
BraveShieldsContentSettings.setCookiesPref(
Expand Down

0 comments on commit 5df81fd

Please sign in to comment.