User:Mvl/permissions: Difference between revisions

no edit summary
No edit summary
 
No edit summary
Line 1: Line 1:
Using the (build-by-default) permissions extension, you can block images, objects (plugins), frames, javascript etc on a per-host basis.
Using the (build-by-default) permissions extension, you can block images, objects (plugins), frames, javascript etc on a per-host basis.


[http://lxr.mozilla.org/seamonkey/source/content/base/public/nsIContentPolicy.idl  nsIContentPolicy.idl] lists the possible values. Most used are 'image' and 'object'.
The types of content that can be blocked are described by strings. Most used are 'image' and 'object'. Other possible values are 'other', 'script', 'stylesheet', 'document', 'subdocument', 'refresh'.


Set the pref 'permission.default.<typename>' to what you want to do with those things by default. 1=allow, 2=block, 3=no third party.
Set the pref 'permission.default.<typename>' to what you want to do with those things by default. 1=allow, 2=block, 3=no third party.
Confirmed users
503

edits