Loading src/modules/noscript-control.js +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
src/modules/noscript-control.js +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading