Skip to content
Snippets Groups Projects
Commit 7fccd0e8 authored by Santiago Rodriguez's avatar Santiago Rodriguez
Browse files

abrowse: disable middle click in content area

parent 5be1bb73
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/");
// Don't install openh264 codec
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