Revision 12fd4fc3
Added by koszko about 2 years ago
TODOS.org | ||
---|---|---|
47 | 47 |
(e.g. file:// and ftp://) |
48 | 48 |
- Process HTML files in data: URLs instead of just blocking them |
49 | 49 |
- improve CSP injection for pathological cases like <script> before <head> |
50 |
- Fix FF script blocking and whitelisting (FF seems to be by itself repeatedly |
|
51 |
injecting CSP headers that were injected once, this makes it impossible to |
|
52 |
whielist site that was unwhitelisted before; FF also seems to be removing our |
|
53 |
injected script's nonce for no reason 🙁) |
|
54 | 50 |
|
55 | 51 |
DONE: |
52 |
- Fix FF script whitelisting (FF seems to be by itself repeatedly -- DONE 2021-06-30 |
|
53 |
injecting CSP headers that were injected once, this made it impossible to |
|
54 |
whielist site that was unwhitelisted before) |
|
56 | 55 |
- find out if we can successfully use CSP to block file:// under FF -- DONE 2021-06-30 |
57 | 56 |
- come up with own simple DSL to manage imports/exports -- DONE 2021-06-30 |
58 | 57 |
- add some mechanism to build the extension -- DONE 2021-06-30 |
Also available in: Unified diff
fix whitelisting under Firefox