Skip to content
Snippets Groups Projects
Commit 8a1c3bea authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'firefox-middleclick' into 'belenos'

disable abrowser middleclick on content

Avoids loading pages from clipboard when middle-clicking on a page.

This prevents loading pages by mistake, as that can be a privacy issue.

http://kb.mozillazine.org/Middlemouse.contentLoadURL

See merge request !62
parents c9427177 7fccd0e8
No related branches found
No related tags found
No related merge requests found
...@@ -161,3 +161,6 @@ pref("media.gmp-manager.url", "http://127.0.0.1/"); ...@@ -161,3 +161,6 @@ pref("media.gmp-manager.url", "http://127.0.0.1/");
// Don't install openh264 codec // Don't install openh264 codec
pref("media.gmp-gmpopenh264.provider.enabled", false); pref("media.gmp-gmpopenh264.provider.enabled", false);
//Disable middle click content load
//Avoid loading urls by mistake
pref("middlemouse.contentLoadURL", false);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment