Skip to content

Releases: hackademix/noscript

NoScript 11.0.39rc5

27 Aug 18:35
Compare
Choose a tag to compare
NoScript 11.0.39rc5 Pre-release
Pre-release
x Local policy fallback for file: and ftp: URLs using
  window.name rather than sessionStorage
x [L10n] Updated bn, br, ca, da, de, el, es, fr, he, is, it,
  ja, lt, mk, ms, nb, nl, pl, pt_BR, ru, sq, sv_SE, tr,
  zh_CN, zh_TW
x Renamed option to "Revoke temporary permissions on
  NoScript updates, even if the browser is not restarted"

NoScript 11.0.39rc4

27 Aug 18:34
Compare
Choose a tag to compare
NoScript 11.0.39rc4 Pre-release
Pre-release
x Added option to forget temporary settings immediately
  whenever NoScript gets updated
x Fixed regression: file:/// URLs reloaded whenever NoScript
  gets reinstalled / enabled / reloaded
x More resilient and easy to debug survival data retrieving

NoScript 11.0.39rc2

27 Aug 18:33
Compare
Choose a tag to compare
NoScript 11.0.39rc2 Pre-release
Pre-release
x Let temporary permissions survive NoScript updates
  (shameless hack)
x Fixed some traps around Messages abstraction
x Ignore search / hash on policy matching of domain-less
  URLs (e.g. file:///...)
x Removed useless CSS property
x Updated TLDs

NoScript 11.0.39rc1

27 Aug 18:33
Compare
Choose a tag to compare
NoScript 11.0.39rc1 Pre-release
Pre-release
x Updated TLDs
x Fixed automatic scrolling hampers usability on long sites
  lists in popup
x Fixed typo in vendor-prefixed CSS

NoScript 11.0.38

27 Aug 18:32
Compare
Choose a tag to compare
x Better timing for event attributes removal/restore
x Work-arounds for edge cases in synchronous page loads
  bypassing webRequest (thanks skriptimaahinen)
x [L10n] Updated bn

NoScript 11.0.38rc2

27 Aug 18:31
Compare
Choose a tag to compare
NoScript 11.0.38rc2 Pre-release
Pre-release
x Better timing for event attributes removal/restore

NoScript 11.0.38rc1

27 Aug 18:29
Compare
Choose a tag to compare
NoScript 11.0.38rc1 Pre-release
Pre-release
x Work-arounds for edge cases in synchronous page loads
  bypassing webRequest (thanks skriptimaahinen)
x [L10n] Updated bn

NoScript 11.0.37

23 Aug 22:08
Compare
Choose a tag to compare
x Simpler and more reliable sendSyncMessage implementation
  and usage
x sendSyncMessage support for multiple suspension requests
  (should fix extension script injection issues)
x Updated TLDs

NoScript 11.0.37rc1

08 Aug 07:42
Compare
Choose a tag to compare
NoScript 11.0.37rc1 Pre-release
Pre-release
x Updated TLDs
x sendSyncMessage support for multiple suspension requests 
  (should fix extension script injection issues)

NoScript 11.0.36

08 Aug 07:41
Compare
Choose a tag to compare
x Fixed regression: temporary permissions revocation not
  working anymore on privileged pages
x SendSyncMessage script execution safety net more