FirefoxMobile: Difference between revisions

From Wiki RB4
(Created page with "==Disalbe image loading== To prevent graphic file loading about:config search for the preference named permissions.default.image change its value to 2 (1 allows all images t...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Remote Debugging==
* see [https://developer.mozilla.org/de/docs/Tools/Remote_Debugging/Firefox_for_Android here]
==Disalbe image loading==
==Disalbe image loading==
To prevent graphic file loading  
To prevent graphic file loading  
  about:config  
  about:config  
  search for the preference named permissions.default.image
  search for the preference named permissions.default.image
  change its value to 2 (1 allows all images to load, 2 blocks all images, 3 allows only images from the same site to load and blocks third-party-images)
  change its value to 2 (1 allows all images to load, 2 blocks all images, 3 allows only images from the same site to load)

Latest revision as of 20:35, 1 September 2014

Remote Debugging[edit]

Disalbe image loading[edit]

To prevent graphic file loading

about:config 
search for the preference named permissions.default.image
change its value to 2 (1 allows all images to load, 2 blocks all images, 3 allows only images from the same site to load)