summaryrefslogtreecommitdiff
path: root/debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2019-10-08 07:25:27 +0200
committerJörg Frings-Fürst <debian@jff.email>2019-10-08 07:25:27 +0200
commit6d050e13e9dbbeffdb45fc1c5b977b996d310981 (patch)
treeb201bc97ea832ce0c43f144ef7229f52e42bbf23 /debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch
parent10ce63378912ef63c8882889f02ed4dff0416f32 (diff)
parentd84f449fcb5ea05fcbb9eee098b7438aa332ad31 (diff)
Merge branch 'release/debian/0.30.7-1'debian/0.30.7-1
Diffstat (limited to 'debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch')
-rw-r--r--debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch b/debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch
deleted file mode 100644
index 976b6ec..0000000
--- a/debian/patches/0503-facebook-Dont-disable-XSS-auditor.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 2a1dd48e702b0e8524a4ed212252aa4c49c6b0f0 Mon Sep 17 00:00:00 2001
-From: Michael Catanzaro <mcatanzaro@igalia.com>
-Date: Fri, 4 Dec 2015 18:08:54 +0100
-Subject: [PATCH] facebook: Don't disable XSS auditor
-
-This is a separate commit to make it possible to revert easily, as
-I don't know why it was disabled.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=751709
----
- plugins/shotwell-publishing/FacebookPublishing.vala | 1 -
- 1 file changed, 1 deletion(-)
-
-Index: trunk/plugins/shotwell-publishing/FacebookPublishing.vala
-===================================================================
---- trunk.orig/plugins/shotwell-publishing/FacebookPublishing.vala
-+++ trunk/plugins/shotwell-publishing/FacebookPublishing.vala
-@@ -829,7 +829,6 @@ internal class WebAuthenticationPane : S
-
- webview = new WebKit.WebView();
- webview.get_settings().enable_plugins = false;
-- webview.get_settings().enable_xss_auditor = false;
-
- webview.load_changed.connect(on_page_load_changed);
- webview.context_menu.connect(() => { return true; });