Commit Graph

753 Commits

Author SHA1 Message Date
hackademix 8e694a603c Added option to forget temporary settings immediately whenever NoScript gets updated. 2020-08-18 17:31:12 +02:00
hackademix 2905a6a543 Fixed regression: file:/// URLs reloaded whenever NoScript gets reinstalled / enabled / reloaded. 2020-08-18 17:31:12 +02:00
hackademix b38a561ac3 More resilient and easy to debug survival data retrieving. 2020-08-18 17:31:12 +02:00
hackademix 300cd0e675 Version bump: 11.0.39rc4. 2020-08-18 17:31:12 +02:00
hackademix 5ef6980d56 Fixed regression causing manual NoScript downgrades to be delayed until manual restart. 2020-08-18 12:47:07 +02:00
hackademix 2410d373ce Version bump: 11.0.39rc3. 2020-08-18 12:46:37 +02:00
hackademix 937fab04d2 Let temporary permissions survive NoScript updates (shameless hack). 2020-08-18 00:45:37 +02:00
hackademix 5c99ed053b Fixed some traps around Messages abstraction. 2020-08-18 00:45:37 +02:00
hackademix 2850f631b9 Ignore search / hash on policy matching of domain-less URLs (e.g. file:///...). 2020-08-18 00:45:37 +02:00
hackademix 3f8d2a0bad Removed useless CSS property. 2020-08-18 00:45:37 +02:00
hackademix 1bc51b5313 Updated TLDs. 2020-08-18 00:45:37 +02:00
hackademix 53356ab655 Version bump: 11.0.39rc2. 2020-08-15 17:46:05 +02:00
hackademix 495dfc8ba5 Updated TLDs. 2020-08-14 23:31:05 +02:00
hackademix d1b10a9bb1 Fixed automatic scrolling hampers usability on long sites lists in popup. 2020-08-14 22:32:44 +02:00
hackademix 40a33368fc Fixed typo in vendor-prefixed CSS. 2020-08-14 22:31:47 +02:00
hackademix b9124f4fcb Version bump: 11.0.39rc1. 2020-08-14 22:30:44 +02:00
hackademix 6fe89a4e46 Version bump: 11.0.38. 2020-08-13 12:45:00 +02:00
hackademix fb8fa90cb8 Better timing for event attributes removal/restore. 2020-08-13 09:27:09 +02:00
hackademix 06a4d2756e Version bump: 11.0.38rc2. 2020-08-13 08:48:46 +02:00
hackademix 1e36986795 Work-arounds for edge cases in synchronous page loads bypassing webRequest (thanks skriptimaahinen). 2020-08-13 00:32:03 +02:00
hackademix d4c2ab2c05 [L10n] Updated bn. 2020-08-10 23:58:46 +02:00
hackademix be08be9582 Version bump: 11.0.38rc1. 2020-08-10 23:58:18 +02:00
hackademix 5e867071c8 Version bump: 11.0.37. 2020-08-10 23:45:28 +02:00
hackademix 4cf7b231a7 Simpler and more reliable sendSyncMessage implementation and usage. 2020-08-10 23:12:00 +02:00
hackademix dcc779b1cf Updated TLDs. 2020-08-10 23:10:23 +02:00
hackademix d445c35663 Version bump: 11.0.37rc3. 2020-08-10 23:06:59 +02:00
hackademix 1fc18ed6a8 SyncMessage suspending on DOM modification as well. 2020-08-09 23:58:12 +02:00
hackademix de31bd5a83 Updated TLDs. 2020-08-09 23:58:12 +02:00
hackademix 94d78ef404 Version bump: 11.0.37rc2. 2020-08-09 23:58:12 +02:00
hackademix a977563b88 sendSyncMessage support for multiple suspension requests (should fix extension script injection issues). 2020-08-08 09:27:15 +02:00
hackademix d56eb371a9 Version bump: 11.0.37rc1. 2020-08-07 23:26:42 +02:00
hackademix 5646ea9305 Version bump: 11.0.36. 2020-08-07 07:42:58 +02:00
hackademix ead6080759 Fixed regression: temporary permissions revocation not working anymore on privileged pages. 2020-08-07 00:09:45 +02:00
hackademix aaf5a3d0a6 SendSyncMessage script execution safety net more compatible with other extensions (e.g. BlockTube). 2020-08-07 00:06:23 +02:00
hackademix c61d11944b Version bump: 11.0.36rc1. 2020-08-06 23:18:41 +02:00
hackademix 290f721123 Version bump: 11.0.35. 2020-08-06 00:29:10 +02:00
hackademix 23e89b6998 Updated TLDs. 2020-08-06 00:29:05 +02:00
hackademix 1dd7d43384 Avoid unnecessary reloads on temporary permissions revocation. 2020-08-03 20:40:40 +02:00
hackademix 51c9ac2c83 Fixed potentially infinite loop in SyncMessage Firefox implementation. 2020-08-03 20:40:40 +02:00
hackademix 546277aaff [UI] Removed accidental cyan background for site labels. 2020-08-03 20:40:40 +02:00
hackademix 36cfc9b465 [L10n] Updated es. 2020-08-03 20:40:40 +02:00
hackademix 8c3c7a1f27 Version bump: 11.0.35rc4. 2020-08-03 20:40:40 +02:00
hackademix 762b0122ce Work-around for conflict with extensions inserting elements into content pages' DOM early. 2020-08-02 13:27:56 +02:00
hackademix 7af5194ef5 [XSS] Updated HTML events. 2020-08-02 13:27:56 +02:00
hackademix f6fb21b6fc Version bump: 11.0.35rc3. 2020-08-02 13:27:56 +02:00
hackademix 76d35299e1 Updated TLDs. 2020-07-29 16:23:56 +02:00
hackademix 93a2048699 Fixed buggy policy references in the Options dialog. 2020-07-29 16:23:56 +02:00
hackademix 35d82bd801 More accurate NOSCRIPT element emulation. 2020-07-29 16:23:56 +02:00
hackademix 5d92d1b974 Anticipate onScriptDisabled surrogates to first script-src 'none' CSP violation. 2020-07-29 16:23:56 +02:00
hackademix 67d4a97fdc isTrusted checks for all the content events. 2020-07-29 16:23:56 +02:00