We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7188d34 commit 0b32796Copy full SHA for 0b32796
README.md
@@ -138,6 +138,8 @@ pnpm zip # make extension.zip
138
139
- How to protect your site from this extension:
140
- Well, tests show that even `Content-Security-Policy: default-src 'none';` header won't prevent injection of extension content-scripts...
141
+ - Avoid assigning to `window` or `globalThis` any application object.
142
+ See also [accidental global variables and memory leaks](https://www.tutorialspoint.com/explain-in-detail-about-memory-leaks-in-javascript).
143
- In general, you can incapacitate console functions:
144
```js
145
for (const prop in console) {
0 commit comments