Browse Source

put back space: turns out it's needed for detection

pull/2/head
Raymond Hill 7 years ago
parent
commit
6ecea191b4
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 2
      src/js/traffic.js

2
src/js/traffic.js

@ -313,7 +313,7 @@ var onHeadersReceived = function(details) {
if ( µm.cspNoWorkerSrc === undefined ) {
µm.cspNoWorkerSrc = vAPI.webextFlavor.startsWith('Mozilla-') ?
"child-src 'none';frame-src data: blob: *" :
"child-src 'none'; frame-src data: blob: *" :
"worker-src 'none'" ;
}

Loading…
Cancel
Save