Browse Source
put back space: turns out it's needed for detection
pull/2/head
Raymond Hill
7 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
1 additions and
1 deletions
-
src/js/traffic.js
|
@ -313,7 +313,7 @@ var onHeadersReceived = function(details) { |
|
|
|
|
|
|
|
|
if ( µm.cspNoWorkerSrc === undefined ) { |
|
|
if ( µm.cspNoWorkerSrc === undefined ) { |
|
|
µm.cspNoWorkerSrc = vAPI.webextFlavor.startsWith('Mozilla-') ? |
|
|
µm.cspNoWorkerSrc = vAPI.webextFlavor.startsWith('Mozilla-') ? |
|
|
"child-src 'none';frame-src data: blob: *" : |
|
|
|
|
|
|
|
|
"child-src 'none'; frame-src data: blob: *" : |
|
|
"worker-src 'none'" ; |
|
|
"worker-src 'none'" ; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|