diff options
author | hackademix | 2018-08-25 11:29:43 +0200 |
---|---|---|
committer | hackademix | 2018-08-25 11:29:43 +0200 |
commit | a1e567e9ec1f9d0ffd82a22c129165b60c499e0e (patch) | |
tree | fc935a459393366546066afb3871290763e42cd7 /src/content | |
parent | 5e397a3bf88205c6300010e4d124c2621d167f74 (diff) | |
download | noscript-a1e567e9ec1f9d0ffd82a22c129165b60c499e0e.tar.gz noscript-a1e567e9ec1f9d0ffd82a22c129165b60c499e0e.tar.xz noscript-a1e567e9ec1f9d0ffd82a22c129165b60c499e0e.zip |
Hotfix for some possible reload loops before refactoring CSP management.
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/content.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/content.js b/src/content/content.js index 9e40cc1..8ab3654 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -180,7 +180,6 @@ async function init(oldPage = false) { if (canScript) { if (oldPage) { probe(); - setTimeout(() => init(), 200); return; } if (!shouldScript && |