Skip to content

Commit

Permalink
Use new tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
NDevTK authored Feb 4, 2024
1 parent 087986d commit b357cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-09-01-noscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Disabling JS works by setting the following [CSP](https://developer.mozilla.org/
```
noscript-marker; script-src 'none'; object-src 'none'; media-src 'none'; font-src 'none'; script-src-elem 'none'; script-src-attr 'none'; worker-src 'none'
```
So, in order to bypass it you need to find somewhere the CSP is not enforced like [this](https://bugs.chromium.org/p/chromium/issues/detail?id=1291060) or a PDF.
So, in order to bypass it you need to find somewhere the CSP is not enforced like [this](https://issues.chromium.org/issues/40058593) or a PDF.

# Cross-tab Identity Leak Protection
Due to a flaw in cutting tab ties it did not think tabs where related when there was still a window reference.
Expand Down

0 comments on commit b357cfd

Please sign in to comment.