Minor comment fix.

This commit is contained in:
hackademix 2020-05-29 00:31:18 +02:00
parent 16f8856264
commit 3c12208311
1 changed files with 2 additions and 2 deletions

View File

@ -548,8 +548,8 @@ var RequestGuard = (() => {
}, filterDocs, ["blocking", "responseHeaders"]);
}
listen("onHeadersReceived", filterDocs, ["blocking", "responseHeaders"]);
// Still, other extensions extensions may accidentally delete our CSP
// if called before us, hence we try our best reinjecting in the end
// Still, other extensions may accidentally delete our CSP header
// if called before us, hence we try our best reinjecting it in the end
(listeners.onHeadersReceivedLast =
new LastListener(wr.onHeadersReceived, request => {
let {requestId, responseHeaders} = request;