summaryrefslogtreecommitdiff
path: root/libre/icecat/disable-spoofSource-referer.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-24 06:31:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-24 06:31:49 -0300
commite8907fab6658afc6681f1a40e28f058fa87f4575 (patch)
tree5d31c6b2df1393df4320a2dd5bb8d80ea22eeb60 /libre/icecat/disable-spoofSource-referer.patch
parent713bf090423e07809d39d2facdf61aefad1cebec (diff)
icecat: move package and its dependencies to [unmaintained] -> https://lists.parabola.nu/pipermail/dev/2016-October/004529.html
Diffstat (limited to 'libre/icecat/disable-spoofSource-referer.patch')
-rw-r--r--libre/icecat/disable-spoofSource-referer.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/icecat/disable-spoofSource-referer.patch b/libre/icecat/disable-spoofSource-referer.patch
deleted file mode 100644
index d239b02f1..000000000
--- a/libre/icecat/disable-spoofSource-referer.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/browser/app/profile/icecat.js b/browser/app/profile/icecat.js
-index 6b81444..42dd5ed 100644
---- a/browser/app/profile/icecat.js
-+++ b/browser/app/profile/icecat.js
-@@ -2011,7 +2011,7 @@ pref("datareporting.policy.dataSubmissionEnabled", false);
- pref("datareporting.healthreport.service.enabled", false);
- pref("browser.slowStartup.notificationDisabled", true);
- pref("network.http.sendRefererHeader", 2);
--pref("network.http.referer.spoofSource", true);
-+//pref("network.http.referer.spoofSource", true);
- //http://grack.com/blog/2010/01/06/3rd-party-cookies-dom-storage-and-privacy/
- //pref("dom.storage.enabled", false);
- pref("dom.event.clipboardevents.enabled",false);
-diff --git a/mobile/android/app/mobile.js b/mobile/android/app/mobile.js
-index cfdeb22..f5845d4 100644
---- a/mobile/android/app/mobile.js
-+++ b/mobile/android/app/mobile.js
-@@ -973,7 +973,7 @@ pref("datareporting.policy.dataSubmissionEnabled", false);
- pref("datareporting.healthreport.service.enabled", false);
- pref("browser.slowStartup.notificationDisabled", true);
- pref("network.http.sendRefererHeader", 2);
--pref("network.http.referer.spoofSource", true);
-+//pref("network.http.referer.spoofSource", true);
- //http://grack.com/blog/2010/01/06/3rd-party-cookies-dom-storage-and-privacy/
- //pref("dom.storage.enabled", false);
- pref("dom.event.clipboardevents.enabled",false);