abrowse: disable middle click in content area
This commit is contained in:
parent
5be1bb7351
commit
7fccd0e86d
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue