Commit b10f69f1 authored by Georg Koppen's avatar Georg Koppen
Browse files

Merge branch 'bug_29903'

parents 3ff13208 021fc5c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.