Fix globals incorrectly set to writable.
This commit is contained in:
parent
0a05cac9fb
commit
2652ece83f
@ -13,13 +13,13 @@
|
|||||||
"-W083": true,
|
"-W083": true,
|
||||||
"-W093": true,
|
"-W093": true,
|
||||||
"globals": {
|
"globals": {
|
||||||
"MediaError": true,
|
"MediaError": false,
|
||||||
"Set": true,
|
"Set": false,
|
||||||
"GM_info": true,
|
"GM_info": false,
|
||||||
"cloneInto": true,
|
"cloneInto": false,
|
||||||
"unsafeWindow": true,
|
"unsafeWindow": false,
|
||||||
"chrome": true<%=
|
"chrome": false<%=
|
||||||
meta.grants.map(x => `,\n "${x}": true`).join('')
|
meta.grants.map(x => `,\n "${x}": false`).join('')
|
||||||
%><%=
|
%><%=
|
||||||
read('/tmp/declaration.js').match(/^var (.*);/)[1].split(', ').map(x => `,\n "${x}": true`).join('')
|
read('/tmp/declaration.js').match(/^var (.*);/)[1].split(', ').map(x => `,\n "${x}": true`).join('')
|
||||||
%><%=
|
%><%=
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user