Skip to content

Commit 3c12208

Browse files
committed
Minor comment fix.
1 parent 16f8856 commit 3c12208

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/bg/RequestGuard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ var RequestGuard = (() => {
548548
}, filterDocs, ["blocking", "responseHeaders"]);
549549
}
550550
listen("onHeadersReceived", filterDocs, ["blocking", "responseHeaders"]);
551-
// Still, other extensions extensions may accidentally delete our CSP
552-
// if called before us, hence we try our best reinjecting in the end
551+
// Still, other extensions may accidentally delete our CSP header
552+
// if called before us, hence we try our best reinjecting it in the end
553553
(listeners.onHeadersReceivedLast =
554554
new LastListener(wr.onHeadersReceived, request => {
555555
let {requestId, responseHeaders} = request;

0 commit comments

Comments
 (0)