* pancake <[email protected]> [2012-06-15 18:07]: > it is possible to disable all plugins (flash/java..) in surf?
That't how I browse around most of the time. I posted a toggle patch a week or two ago; search for message id 20120602113939.GA26438 or look here http://lists.suckless.org/dev/1206/11716.html the relevant webkit settings are called "enable-plugins" and "enable-scripts" g_object_set(G_OBJECT(settings), name, false, NULL); --s_
