Remove uuid from DNR reporting CSP to prevent it from being abused for tracking.
This commit is contained in:
parent
b7a5a4a065
commit
6fadd5c4f9
|
@ -81,7 +81,7 @@
|
|||
const reportingCSP = `${reportedCaps
|
||||
.map(cap => `${cap}-src 'none'`)
|
||||
.join(';')
|
||||
}; report-to noscript-reports-${uuid()}`; // see /content/content.js securitypolicyviolation handler
|
||||
}; script-src-elem 'none'; report-to noscript-reports-dnr`; // see /content/content.js securitypolicyviolation handler
|
||||
|
||||
let updatingSemaphore;
|
||||
|
||||
|
|
Loading…
Reference in New Issue