Commit Graph

1060 Commits

Author SHA1 Message Date
hackademix 49959aa108 Version bump: 11.2.16rc5. 2022-01-31 08:54:59 +01:00
hackademix 197061b82f [nscl] Mitigate side effects of dead objects on patched windows during extension updates. 2022-01-31 00:13:08 +01:00
hackademix 8c65f84c46 Version bump: 11.2.16rc4. 2022-01-31 00:12:29 +01:00
hackademix 962cfda0b7 [XSS] Fix false positive on Microsoft authentication (thanks GrK and Hanna_Payne for reporting). 2022-01-30 00:34:14 +01:00
hackademix e34405ab2e Version bump: 11.2.16rc3. 2022-01-25 12:55:51 +01:00
hackademix 4e12f46190 [nscl] Work-around for object element initialization inconsistencies on Firefox (thanks skriptimaahinen for reporting). 2022-01-22 21:31:00 +01:00
hackademix 3d73b35d0b Version bump: 11.2.16rc2. 2022-01-22 21:00:06 +01:00
hackademix 27ee46e254 [L10n] Updated fr. 2022-01-19 23:41:40 +01:00
hackademix 47d48857d9 Better support for service workers in unrestricted modes (thanks Mark McVeigh for reporting). 2022-01-19 19:49:55 +01:00
hackademix 7e4c2edb8a Version bump: 11.2.16rc1. 2022-01-18 23:19:38 +01:00
hackademix aafe24ade2 Version bump: 11.2.15. 2022-01-17 23:24:32 +01:00
hackademix c02f1eeb25 Updated HTML events. 2022-01-17 23:23:54 +01:00
hackademix 46b7c3c5db [Android] Work-around for Firefox "forgetting" tabs. 2022-01-14 23:38:59 +01:00
hackademix 09e6d5a8e5 [nscl] Improved cross-frame auto-patching. 2022-01-14 23:05:18 +01:00
hackademix a517550bc9 Version bump: 11.2.15rc1. 2022-01-14 23:04:30 +01:00
hackademix a630988226 Version bump: 11.2.14. 2021-12-29 22:35:35 +01:00
hackademix 2337621c0b [nscl] Updated SyncMessage fixes conflict with other content blockers (thanks gwarser, barbaz and Baraoic). 2021-12-29 22:24:29 +01:00
hackademix 6e10246284 Version bump: 11.2.14rc1. 2021-12-28 23:39:10 +01:00
hackademix 5205800363 Version bump: 11.2.13. 2021-12-28 20:26:49 +01:00
hackademix 0fdbf3ef83 [XSS] Restored compatibility with Gecko 77 and below. 2021-12-28 20:09:27 +01:00
hackademix 87d064ed71 Version bump: 11.2.13rc1. 2021-12-28 20:09:27 +01:00
hackademix 175535f60b Version bump: 11.2.12. 2021-12-28 15:18:59 +01:00
hackademix f38c07637c [XSS] Fixed regression causing "too much recursion" false positives (thanks barbaz for report). 2021-12-27 22:28:37 +01:00
hackademix 2cdbbe2d57 [XSS] Precomputed invalid identifier chars regular expression. 2021-12-27 22:28:37 +01:00
hackademix 7abdd20155 Version bump: 11.2.12rc6. 2021-12-27 22:28:05 +01:00
hackademix 579d8e9beb Updated HTML event atoms. 2021-12-25 23:19:59 +01:00
hackademix 3a0c71cf7b [XSS] Tweaked risky operator check prevents false positive on outbound Twitter navigation (thanks @muchtypo for reporting). 2021-12-25 22:55:53 +01:00
hackademix 3d1adba67a [XSS] Better logging for JS fragment detection. 2021-12-25 22:54:04 +01:00
hackademix fdaa8fce27 [XSS] Fixed performance regression in invalid character ranges generation causing random XSS "DOS" false positives. 2021-12-25 00:16:09 +01:00
hackademix bd7b621109 Fetch policy for baseURI document.domain is empty. 2021-12-04 21:45:03 +01:00
hackademix b14f8ef5d0 Version bump: 11.2.12rc5. 2021-12-04 21:35:55 +01:00
hackademix aa36c3feef [L10n] Updated ja, lt, pl, ru, zh_CN. 2021-12-04 18:51:59 +01:00
hackademix 88c5291367 Always fetch policy synchronously, if missing. 2021-12-04 17:52:59 +01:00
hackademix 2bb75f707f Fixed undetermined status icon on BF cache page loads. 2021-12-04 17:49:08 +01:00
hackademix c95704e103 Version bump: 11.2.12rc4. 2021-12-03 23:17:20 +01:00
hackademix 4cfdebdeac [nscl] Fix webgl blocking regression due to xray wrappers confusion (thanks skriptimaahinen). 2021-08-25 23:17:41 +02:00
hackademix c27d7ef4f5 Version bump: 11.2.12rc3. 2021-08-25 23:17:16 +02:00
hackademix 8115531e36 [nscl] Prevent unnecessary breakages on pages inspecting canvas.getContext when webgl is disabled. 2021-08-21 00:49:28 +02:00
hackademix 3d5b33c730 Version bump: 11.2.12rc2. 2021-08-21 00:46:17 +02:00
hackademix 1dc6f67937 [nscl] Reduce the risk to interfere with scripts messing with the media attribute (issue #207). 2021-07-29 22:58:11 +02:00
hackademix 746f8c448a Version bump: 11.2.12rc1. 2021-07-28 19:14:39 +02:00
hackademix 183ffcf1c2 Version bump: 11.2.11. 2021-07-28 08:35:26 +02:00
hackademix 6a95598e0b [nscl] Fixed JavaScript access to CSS rules broken on Chromium when unrestricted CSS is disabled - issue #204. 2021-07-28 08:24:39 +02:00
hackademix d0a61e7e4c Version bump: 11.2.11rc4. 2021-07-28 08:09:08 +02:00
hackademix bcf9ff0730 [nscl] More granular fix for CSS prefetch-related CPU spikes with scripts enabled. 2021-07-28 00:37:25 +02:00
hackademix dd69fa61d6 Version bump: 11.2.11rc3. 2021-07-27 20:25:32 +02:00
hackademix da18806e0e [nscl] Fixed CPU/RAM overload on some pages with unrestricted CSS disabled but scripting enabled (not recommended setting) - issue #194, issue #199. 2021-07-27 20:00:47 +02:00
hackademix 3a5eff309a Version bump: 11.2.11rc2. 2021-07-27 20:00:47 +02:00
hackademix 017cf9bb4b [nscl] Fixed CPU spikes on Chromium triggered by automatic file downloads (thanks ptheborg for report). 2021-07-27 11:37:21 +02:00
hackademix 9ef12be592 [L10n] Updated tr. 2021-07-27 11:29:49 +02:00