Skip to content

Releases: hackademix/noscript

NoScript 11.2.3

31 Mar 21:48
Compare
Choose a tag to compare
x [L10n] Purged non-inclusive terms from obsolete messages
x Added red halo feedback in CUSTOM preset for noscript
  element capability
x Fixed missing red halo feedback in CUSTOM preset for
  inline scripts and other capabilities sometimes
x Fixed race condition causing noscript elements not to be
  rendered sometimes

NoScript 11.2.2

31 Mar 21:48
Compare
Choose a tag to compare
x [XSS] New UI to reveal and selectively remove permanent
  user choices
x [L10n] Updated de
x Webgl hook refactored on nscl/content/patchWindow.js and
  made Chromium-compatibile
x Updated TLDs

NoScript 11.2.1

31 Mar 21:47
Compare
Choose a tag to compare
x Configurable capability to show noscript elements on
  script-disabled pages
x [UI] Minor CSS Chromium compatibility fix
x [nscl] Refactoring to use Policy and its dependencies from
  the NoScript Commons Library
x Switch to faster and easier to maintain tld.js from nscl
x [UI] Fix punycode inconsistencies
x [UI] Improve preset and site controls alignment
x Provide feedback in the CUSTOM tab for WebGL usage
  attempts even if the canvas element is not attached to the
  DOM
x [L10n] Updated de, ja
x Updated HTML events
x Prevent double script on trusted file:// pages in some
  edge cases
x Prevent detection of wrapped functions (e.g. in WebGL
  interception) on Chromium

NoScript 11.2

31 Jan 21:45
Compare
Choose a tag to compare
x [XSS] New UI to reveal and selectively remove permanent
  user choices
x [L10n] Updated de
x Webgl hook refactored on nscl/content/patchWindow.js and
  made Chromium-compatibile
x Updated TLDs

NoScript 11.0.44rc3

26 Sep 22:03
Compare
Choose a tag to compare
NoScript 11.0.44rc3 Pre-release
Pre-release
x Fixed media placeholder not shown when blocking Youtube
  movies
x Work around for unpredictable content script execution
  order
x Ensure content of NoScript prompts is always visible

NoScript 11.0.44rc2

10 Sep 22:35
Compare
Choose a tag to compare
NoScript 11.0.44rc2 Pre-release
Pre-release
x Fixed soft reload messing with non UTF-8 encodings (thanks 
  "Quest" for reporting)

NoScript 11.0.44rc1

10 Sep 22:34
Compare
Choose a tag to compare
NoScript 11.0.44rc1 Pre-release
Pre-release
x Updated TLDs
x [L10n] Updated es
x [XSS] Fixed escape detection bug causing strage false 
  positives (thanks Dave Howorth for report)
x Fixed markup typo

NoScript 11.0.43

10 Sep 22:34
Compare
Choose a tag to compare
x Fix for some race conditions causing corruptions in
  non-HTML non-XML documents

NoScript 11.0.43rc1

10 Sep 22:33
Compare
Choose a tag to compare
NoScript 11.0.43rc1 Pre-release
Pre-release
x Should fix some race conditions causing corruptions in
  non-HTML non-XML documents

NoScript 11.0.42

10 Sep 22:33
Compare
Choose a tag to compare
x Avoid useless "seen" reports from onBeforeRequest()
x Catch broadcast messaging errors
x Make build.sh tag push even already created tags
x Updated TLDsm
x Work-around for applying DOM CSP to non-HTML XML documents
  (thanks skriptimaahinen)
x Document freezing to handle SVG and other XML documents
  as a fallback before CSP insertion
x Refactored and improved syncFetchPolicy fallback for file:
  and ftp: special cases