unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 0694c35f3640a99918ac0aa7f6b5d0f868c0b804 515 bytes (raw)
name: gnu/packages/patches/chromium-disable-third-party-cookies.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
Disable third party cookies by default.

--- a/components/content_settings/core/browser/cookie_settings.cc
+++ b/components/content_settings/core/browser/cookie_settings.cc
@@ -101,7 +101,7 @@ void CookieSettings::GetCookieSettings(
 void CookieSettings::RegisterProfilePrefs(
     user_prefs::PrefRegistrySyncable* registry) {
   registry->RegisterBooleanPref(
-      prefs::kBlockThirdPartyCookies, false,
+      prefs::kBlockThirdPartyCookies, true,
       user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
 }
 

debug log:

solving 0694c35f3 ...
found 0694c35f3 in https://yhetil.org/guix-patches/87y3qvb15k.fsf@fastmail.com/ ||
	https://yhetil.org/guix-patches/87o9p45bb6.fsf@fastmail.com/ ||
	https://yhetil.org/guix-patches/87efpsz1xt.fsf@fastmail.com/

applying [1/1] https://yhetil.org/guix-patches/87y3qvb15k.fsf@fastmail.com/
diff --git a/gnu/packages/patches/chromium-disable-third-party-cookies.patch b/gnu/packages/patches/chromium-disable-third-party-cookies.patch
new file mode 100644
index 000000000..0694c35f3

1:19: trailing whitespace.
 
Checking patch gnu/packages/patches/chromium-disable-third-party-cookies.patch...
1:19: new blank line at EOF.
+
Applied patch gnu/packages/patches/chromium-disable-third-party-cookies.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/87o9p45bb6.fsf@fastmail.com/ for 0694c35f3
skipping https://yhetil.org/guix-patches/87efpsz1xt.fsf@fastmail.com/ for 0694c35f3
index at:
100644 0694c35f3640a99918ac0aa7f6b5d0f868c0b804	gnu/packages/patches/chromium-disable-third-party-cookies.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).