hackademix
|
d3d39ff180
|
[nscl] Updated TLDs.
|
2023-10-17 09:37:22 +02:00 |
hackademix
|
1b07c8de18
|
[L10n] Updated de, mk, nl, pl, ru, sq, tr, uk, zh_CN, zh_TW.
|
2023-10-16 23:04:10 +02:00 |
hackademix
|
202f33dfbb
|
Explicit Android compatibility declaration.
|
2023-10-09 23:05:57 +02:00 |
hackademix
|
4e8c2b22bb
|
Version bump: 11.4.29rc1.
|
2023-10-09 22:58:43 +02:00 |
hackademix
|
8448b2d56f
|
Version bump: 11.4.28.
|
2023-10-08 22:29:24 +02:00 |
hackademix
|
fae6b04131
|
Remove replaceAsync() dependency on String.prototype.matchAll().
|
2023-10-08 21:58:13 +02:00 |
hackademix
|
28972ba44f
|
Version bump: 11.4.28rc2.
|
2023-10-08 21:24:39 +02:00 |
hackademix
|
1754429ea1
|
Prevent URL leaks from media placeholders (thanks NDevTK for report).
|
2023-10-07 23:01:44 +02:00 |
hackademix
|
137dd858a9
|
[nscl] Support for in-tree TLDs updates.
|
2023-10-06 22:04:01 +02:00 |
hackademix
|
12f6910ad2
|
Version bump: 11.4.28rc1.
|
2023-10-06 20:03:19 +02:00 |
hackademix
|
cfc779245e
|
Version bump: 11.4.27.
|
2023-09-08 15:46:37 +01:00 |
hackademix
|
dc3a767804
|
[XSS] Better specificity of HTML elements preliminary checks.
|
2023-09-08 15:14:06 +01:00 |
hackademix
|
5602f3c7cc
|
Version bump: 11.4.27rc3.
|
2023-09-08 15:13:29 +01:00 |
hackademix
|
45f3ebd408
|
[XSS] Better specificity of potential fragmented injection through framework syntax detection (thanks Rom623, barbaz et al).
|
2023-09-02 22:41:51 +02:00 |
hackademix
|
93b3d888e3
|
[nscl] RegExp.combo(): RegExp creation by combination for better readability and comments.
|
2023-09-02 22:41:51 +02:00 |
hackademix
|
2d617c0c94
|
Version bump: 11.4.27rc2.
|
2023-09-02 22:41:46 +02:00 |
Giorgio Maone
|
b321a0becf
|
Updated browser support badges in README.md
|
2023-08-22 11:17:11 +02:00 |
Giorgio Maone
|
dfe4c5af3e
|
Update FUNDING.yml (liberapay: maone -> NoScript)
|
2023-08-22 10:51:59 +02:00 |
hackademix
|
1f7bbe48d9
|
[nscl] Replaced lib/sha256.js with web platform native implementation (thanks Martin for suggested patch).
|
2023-08-08 23:32:40 +02:00 |
hackademix
|
477eacab40
|
[nscl] Fixed property/function mismatch (thanks Alex).
|
2023-08-07 12:04:51 +02:00 |
hackademix
|
aaef841385
|
Fixed operators precedence issue #312 (thanks Alex).
|
2023-08-07 12:00:20 +02:00 |
hackademix
|
f19122ad7a
|
[nscl] Prevent dead object access on BF cache (thanks jamhubub and mriehm).
|
2023-07-23 23:17:26 +02:00 |
hackademix
|
8836fec365
|
Version bump: 11.4.27rc1.
|
2023-07-23 22:48:49 +02:00 |
hackademix
|
1ea3651518
|
Version bump: 11.4.26.
|
2023-07-20 09:13:40 +02:00 |
hackademix
|
45861afeaa
|
[Android] Fixed regression preventing NoScript prompts from being shown.
|
2023-07-19 22:41:02 +02:00 |
hackademix
|
f6ece0ebb7
|
Version bump: 11.4.26rc2.
|
2023-07-19 22:36:27 +02:00 |
hackademix
|
692803c6f2
|
[XSS] Fallback to execute most demanding regular expressions asynchronously.
|
2023-07-19 20:08:11 +02:00 |
hackademix
|
96baaa2d51
|
[XSS] Removed obsolete Flash-related checks.
|
2023-07-16 22:11:07 +02:00 |
hackademix
|
1bd6061414
|
[XSS] Make InjectionChecker's regular expressions easier to debug.
|
2023-07-16 17:57:07 +02:00 |
hackademix
|
61ddfea620
|
[XSS] Updated OpenID regexp.
|
2023-07-15 18:31:28 +02:00 |
hackademix
|
bed8935e30
|
Version bump: 11.4.26rc1.
|
2023-07-15 18:29:18 +02:00 |
hackademix
|
be7390ebe7
|
Version bump: 11.4.25.
|
2023-07-10 00:36:44 +02:00 |
hackademix
|
967c008531
|
Reload extension on fatal failures.
|
2023-07-10 00:33:05 +02:00 |
hackademix
|
7b926f217f
|
[Android] Fixed UI styling regression.
|
2023-07-10 00:32:48 +02:00 |
hackademix
|
d5dcd4f09d
|
Version bump: 11.4.25rc2.
|
2023-07-09 23:21:46 +02:00 |
hackademix
|
ba71f20474
|
Fixed UI inconsistencies when finer-grained contextual policies are created/imported by other means (thans barbaz for reporting).
|
2023-07-02 16:25:01 +02:00 |
hackademix
|
2fd3b981af
|
Version bump: 11.4.25rc1.
|
2023-07-02 11:39:38 +02:00 |
hackademix
|
9eed39e418
|
Version bump: 11.4.24.
|
2023-06-29 17:48:38 +02:00 |
hackademix
|
c4d8605e51
|
[XSS] Fix Base64 hash checks interfering with query string checks (thanks barbaz for reporting).
|
2023-06-29 17:33:56 +02:00 |
hackademix
|
bdda426611
|
Version bump: 11.4.24rc2.
|
2023-06-29 17:33:56 +02:00 |
hackademix
|
db06a6a252
|
[TabGuard] Stop exempting domains bidirectionally by default.
|
2023-06-28 16:32:20 +02:00 |
hackademix
|
3cd1a6049d
|
[TabGuard] Fix destination domain being reported as the trigger of a warning prompt when all the other tab-tied domains have been exempted (thanks barbaz for report).
|
2023-06-28 16:31:18 +02:00 |
hackademix
|
448e959a71
|
Version bump: 11.4.24rc1.
|
2023-06-27 10:57:52 +02:00 |
hackademix
|
d386f64019
|
Version bump: 11.4.23.
|
2023-06-27 10:49:02 +02:00 |
hackademix
|
c46b2eebce
|
[TabGuard] Exclude non-scriptable content types from suspects.
|
2023-06-27 10:41:51 +02:00 |
hackademix
|
73da318de5
|
[TabGuard] Check for chains of about:blank puppet tabs.
|
2023-06-22 22:48:31 +02:00 |
hackademix
|
327c3e19ea
|
Version bump: 11.4.23rc5.
|
2023-06-22 22:47:13 +02:00 |
hackademix
|
a57c4cba84
|
Mirror NoScript's badge copntent in the context menu to provide more info (e.g. on XSS or TG status) whenever the toolbar icon is hidden.
|
2023-06-16 09:10:43 +02:00 |
hackademix
|
c6add32551
|
Version bump: 11.4.23rc4.
|
2023-06-16 00:32:26 +02:00 |
hackademix
|
87307294cc
|
[TabGuard] Short circuit requests in non-anonymized tabs.
|
2023-06-15 23:23:19 +02:00 |