Skip to content

Commit c293ebc

Browse files
committed
[nscl] Refactored ContentScriptOnce.js to the library.
1 parent d97b2f6 commit c293ebc

3 files changed

Lines changed: 2 additions & 54 deletions

File tree

src/bg/ContentScriptOnce.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/nscl

Submodule nscl updated from efa5fbe to b6506b0

src/xss/XSS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ var XSS = (() => {
9797
let block = !!(reasons.urlInjection || reasons.postInjection)
9898

9999
if (reasons.protectName) {
100-
await include("bg/ContentScriptOnce.js");
100+
await include("/nscl/service/ContentScriptOnce.js");
101101
await ContentScriptOnce.execute(request, {
102102
js: [{file: "/xss/sanitizeName.js"}],
103103
});

0 commit comments

Comments
 (0)