[Pkg-chromium-commit] [pkg-chromium] 01/01: Make default of third-party cookies the most secure for users.

Giuseppe Iuculano iuculano at alioth.debian.org
Sat Oct 12 14:39:29 UTC 2013


This is an automated email from the git hooks/post-receive script.

iuculano pushed a commit to branch master
in repository pkg-chromium.

commit 743a0a6ff577ee8bb61d7810e3a6dd96faca3ac3
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sat Oct 12 16:38:45 2013 +0200

    Make default of third-party cookies the most secure for users.
    
    Thanks: Chad Miller
---
 debian/patches/series                                  |    1 +
 .../patches/third-party-cookies-off-by-default.patch   |   16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 47bcd3c..8a8ed68 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -18,3 +18,4 @@ arm.patch
 icon.patch
 arm-neon.patch
 gold-linker.patch
+third-party-cookies-off-by-default.patch
diff --git a/debian/patches/third-party-cookies-off-by-default.patch b/debian/patches/third-party-cookies-off-by-default.patch
new file mode 100644
index 0000000..2e6fde4
--- /dev/null
+++ b/debian/patches/third-party-cookies-off-by-default.patch
@@ -0,0 +1,16 @@
+Description: Make default of third-party cookies the most secure for users.
+Author: Chad Miller <chad.miller at canonical.com>
+
+Index: sid/src/chrome/browser/content_settings/cookie_settings.cc
+===================================================================
+--- sid.orig/src/chrome/browser/content_settings/cookie_settings.cc	2013-10-12 16:38:07.274313352 +0200
++++ sid/src/chrome/browser/content_settings/cookie_settings.cc	2013-10-12 16:38:07.266313352 +0200
+@@ -70,7 +70,7 @@
+     user_prefs::PrefRegistrySyncable* registry) {
+   registry->RegisterBooleanPref(
+       prefs::kBlockThirdPartyCookies,
+-      false,
++      true,
+       user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
+ }
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list