~ubuntu-desktop/libubuntuone/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/webkit_disable_plugins.patch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-04-15 12:12:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100415121241-7ce7fmxcysmw9oeg
Tags: 0.3.0-0ubuntu2
* debian/patches/webkit_disable_plugins.patch:
  - do not load plugins in the webkit view

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'libubuntuone/u1-music-store.c'
 
2
--- libubuntuone/u1-music-store.c       2010-04-08 18:16:15 +0000
 
3
+++ libubuntuone/u1-music-store.c       2010-04-15 09:05:47 +0000
 
4
@@ -920,6 +920,7 @@
 
5
        g_object_set (G_OBJECT (webkit_web_view_get_settings (WEBKIT_WEB_VIEW (music_store->priv->web_viewer))),
 
6
                      "user-agent", new_user_agent,
 
7
                      "enable-default-context-menu", g_getenv ("U1SHOWCONTEXTMENU") != NULL,
 
8
+                     "enable-plugins", FALSE,
 
9
                      NULL);
 
10
        g_free(new_user_agent);
 
11
 
 
12