Merge lp:~mvo/libubuntuone/webkit-no-plugins into lp:libubuntuone

Proposed by Rodrigo Moya
Status: Merged
Approved by: Rodrigo Moya
Approved revision: 84
Merged at revision: not available
Proposed branch: lp:~mvo/libubuntuone/webkit-no-plugins
Merge into: lp:libubuntuone
Diff against target: 10 lines (+1/-0)
1 file modified
libubuntuone/u1-music-store.c (+1/-0)
To merge this branch: bzr merge lp:~mvo/libubuntuone/webkit-no-plugins
Reviewer Review Type Date Requested Status
Rodrigo Moya (community) Approve
Review via email: mp+23468@code.launchpad.net

Commit message

Disable plugins in the webkit widget

Description of the change

Disable plugins in the webkit widget

To post a comment you must log in.
Revision history for this message
Rodrigo Moya (rodrigo-moya) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
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:58:17 +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

Subscribers

People subscribed via source and target branches