[shotwell] facebook: Don't disable XSS auditor



commit b6aad5eb1af16acbb4ee4984e58dfeb08597923b
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Fri Dec 4 18:08:54 2015 +0100

    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

 .../shotwell-publishing/FacebookPublishing.vala    |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/plugins/shotwell-publishing/FacebookPublishing.vala 
b/plugins/shotwell-publishing/FacebookPublishing.vala
index 5d32a07..6b11132 100644
--- a/plugins/shotwell-publishing/FacebookPublishing.vala
+++ b/plugins/shotwell-publishing/FacebookPublishing.vala
@@ -829,7 +829,6 @@ internal class WebAuthenticationPane : Spit.Publishing.DialogPane, Object {
 
         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; });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]