Commit Graph

19 Commits

Author SHA1 Message Date
hackademix dd2af693a4
Update copyright dates. 2024-10-18 08:41:59 +02:00
hackademix 5d6c79014d
Updated copyright year. 2023-02-22 23:17:12 +01:00
hackademix 1f714fd834
Removed unused files from the source tree. 2023-02-22 22:59:14 +01:00
hackademix 2a30b265f1 [XSS] Fixed regression in invalid characters optimization causing false negatives (thanks Tsubasa for reporting). 2022-08-06 17:15:31 +02:00
hackademix 62aac29750 Merge branch 'main' of github.com:hackademix/noscript into ctx 2022-02-04 23:40:34 +01:00
hackademix 25cd549da9 [XSS] Faster invalidCharsRx initialization on Gecko 78 and above. 2022-02-04 00:18:15 +01:00
hackademix db3f1b5878 Switch contextual checks to top document matching. 2022-01-30 00:38:31 +01:00
hackademix 2cdbbe2d57 [XSS] Precomputed invalid identifier chars regular expression. 2021-12-27 22:28:37 +01:00
hackademix eb9f53e2b8 REUSE-compliant licensing boilerplate. 2021-06-19 00:21:23 +02:00
hackademix 17f3bfd14b Shortcut for easier XSS filter testing. 2021-01-15 17:33:56 +01:00
hackademix 9a664f7b3b Refactored XSS filter into an asynchronous worker to better handle DOS attempts. 2020-02-29 19:01:45 +01:00
hackademix eaf3c8376e Fixed UNTRUSTED domains accidentally set in "match HTTPS only" mode (issue #126). 2019-12-29 19:49:44 +01:00
hackademix 2b7cc563dd Fixed onionSecure setting persistence issue (Tor ticket #32362). 2019-11-07 15:14:34 +01:00
hackademix 7f4c3450fd Fixed bug in chunked storage causing shrunk items not to be retrieved correctly. 2019-10-25 23:19:48 +01:00
hackademix 9769846552 Support for splitting sync storage items into chunks, to allow synchronization of big policies across devices. 2019-10-08 11:21:43 +02:00
hackademix 5ee30535c4 IPv4 subnet shortcut matching. 2019-10-05 15:45:56 +02:00
hackademix 43770cbc85 Skip dev-mode XSS tests unless the browser is Firefox. 2019-04-29 09:45:59 +02:00
hackademix d152a53871 Removed non-standard uneval() usage. 2019-02-01 01:17:09 +01:00
hackademix eceae7187a Initial commit starting at version 10.1.8.3rc4. 2018-07-01 01:01:23 +02:00