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

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

@ -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