Skip to content
Snippets Groups Projects
Unverified Commit 021fc5c5 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 29903: No WebGL click-to-play on the standard security level

parent 674785b4
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ let log = (level, msg) => logger.log(level, msg);
// ## NoScript settings
// Minimum and maximum capability states as controlled by NoScript.
const max_caps = ["fetch", "font", "frame", "media", "object", "other", "script"];
const max_caps = ["fetch", "font", "frame", "media", "object", "other", "script", "webgl"];
const min_caps = ["frame", "other"];
// Untrusted capabilities for [Standard, Safer, Safest] safety levels.
......
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