Skip to content
Snippets Groups Projects
Commit 0ae8ff68 authored by Mike Perry's avatar Mike Perry
Browse files

fixup! Add security enhancements suggested by Jesse Ruderman.

It might be nice if I could cut and paste properly...
parent 8896b493
No related branches found
No related tags found
No related merge requests found
......@@ -143,9 +143,9 @@ pref("layers.acceleration.disabled", true);
// Security enhancements
// https://trac.torproject.org/projects/tor/ticket/9387#comment:17
pref("javascript.options.ion.content", false);
pref("javascripjavascript.options.baselinejit.content", false);
pref("javascripjavascript.options.asmjs", false);
pref("javascripjavascript.options.typeinference", false);
pref("javascript.options.baselinejit.content", false);
pref("javascript.options.asmjs", false);
pref("javascript.options.typeinference", false);
// Version placeholder
......
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