Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
021fc5c5
Unverified
Commit
021fc5c5
authored
Mar 26, 2019
by
Georg Koppen
Browse files
Bug 29903: No WebGL click-to-play on the standard security level
parent
674785b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/noscript-control.js
View file @
021fc5c5
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment