Confirmed users
503
edits
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. | ||
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. | ||