NoScript Versionsgeschichte – 25 Versionen
NoScript von Giorgio Maone
Seien Sie vorsichtig mit alten Versionen! Diese Versionen werden zu Test- und Referenzzwecken angezeigt.Sie sollten immer die neueste Version eines Add-ons verwenden.
Neueste Version
Version 11.4.37
Veröffentlicht 8. Sep. 2024 – 941,7 KBFunktioniert mit firefox 59.0 und höher, android 113.0 und höherv 11.4.37
============================================================
x [nscl] Do not patch windows with WebGLHook if webgl is
globally disabled
x [nscl] Do not patch workers if webgl is globally disabled
x [L10n] Updated uk
x [nscl] Workers-aware WebGL HookQuelltext steht unter der GNU General Public License v2.0
Laden Sie Firefox herunter und holen Sie sich die ErweiterungMelden Sie sich an, um diese Erweiterung zu verwendenÄltere Versionen
Version 11.4.35
Veröffentlicht 26. Aug. 2024 – 934,13 KBFunktioniert mit firefox 59.0 und höher, android 113.0 und höherv 11.4.35
============================================================
x Improved lazy_load capability (optimization and
notification)
x [nscl] Slight optimization of NOSCRIPT element emulation
loop
x Automatically add extra capabilities to policyTypesMap
x Gracefully handle new capabilities still unknown to the
settings host (e.g. Tor/Mullvad browser), if any
x Configurable "lazy_load" capability (see
https://github.com/whatwg/html/issues/5250)
x Prefetch all CSS subresources (1st party included) in
private contexts where both unchecked_css and scripting
capabilities are disabled
x Forcibly neutralize lazy loading attributes when scripting
is disabled
x [nscl] Restored SyncMessage compatibility with Firefox 78
and below
x Lock nscl version on stable releases
x [L10n] Updated de, fr, tr, ru, uk, zh_CNQuelltext steht unter der GNU General Public License v2.0
Version 11.4.34
Veröffentlicht 7. Aug. 2024 – 932,84 KBFunktioniert mit firefox 79.0 und höher, android 113.0 und höherv 11.4.34
============================================================
x [nscl] Work around for
https://bugzilla.mozilla.org/show_bug.cgi?id=1899786
(issue #372)
x [L10n] Updated de, ru, tr
x Synchronize nscl git commits as needed before tagging new
versionsQuelltext steht unter der GNU General Public License v2.0
Version 11.4.31
Veröffentlicht 16. Juli 2024 – 932,54 KBFunktioniert mit firefox 59.0 und höher, android 113.0 und höherv 11.4.31
============================================================
x [L10n] Updated fr, is, ru, zh_CN
x Improved release tooling
x [nscl] Updated to latest NoScript Commons Library
x NoScript Options/Appearance/Show synthetic placeholders
for invisible capability probes (issue #369)
x [nscl] Make placeholders easier to style per type
x Prevent duplicate synthetic placeholders for invisible
capability probes (issue #369)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.30
Veröffentlicht 8. Juli 2024 – 931,81 KBFunktioniert mit firefox 59.0 und höher, android 113.0 und höherv 11.4.30
============================================================
x [nscl] Best effort WebGL placeholders for offscreen
capability detection
x Improved blocked but required capability reporting from
subframes (issue #367)
x [nscl] Include SVG among embedding document types (fixes
issue #366)
x Removed obsolete "applications" manifest.json keyQuelltext steht unter der GNU General Public License v2.0
Version 11.4.29
Veröffentlicht 7. Dez. 2023 – 930,37 KBFunktioniert mit firefox 59.0 und höher, android 113.0 und höherv 11.4.29
============================================================
x [nscl] Updated TLDs
x [nscl] Improved reliability of TLD updater
x Removed theme.js console noise
x Fix beta channel updates breakage due to
browser_specific_settings override
x [nscl] Several content-side performance improvements
x Reduce synchronous policy retrieval impact on file: and
ftp: document loading performance
x More commands for which a keyboard shortcut can be
configured
x [L10n] Updated de, fi, mk, nl, pl, ru, sq, tr, uk,
pt_BR, zh_CN, zh_TW
x Explicit Android compatibility declarationQuelltext steht unter der GNU General Public License v2.0
Version 11.4.28
Veröffentlicht 8. Okt. 2023 – 928,61 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.28
============================================================
x Prevent URL leaks from media placeholders (thanks NDevTK
for report)
x [nscl] Support for in-tree TLDs updatesQuelltext steht unter der GNU General Public License v2.0
Version 11.4.27
Veröffentlicht 8. Sep. 2023 – 927,84 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.27
============================================================
x [XSS] Better specificity of HTML elements preliminary
checks
x [XSS] Better specificity of potential fragmented injection
through framework syntax detection (thanks Rom623, barbaz
et al)
x [nscl] RegExp.combo(): RegExp creation by combination for
better readability and comments
x [nscl] Replaced lib/sha256.js with web platform native
implementation (thanks Martin for suggested patch)
x [nscl] Fixed property/function mismatch (thanks Alex)
x Fixed operators precedence issue #312 (thanks Alex)
x [nscl] Prevent dead object access on BF cache (thanks
jamhubub and mriehm)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.26
Veröffentlicht 20. Juli 2023 – 930,12 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.26
============================================================
x [Android] Fixed regression preventing NoScript prompts
from being shown
x [XSS] Fallback to execute most demanding regular
expressions asynchronously
x [XSS] Removed obsolete Flash-related checks
x [XSS] Make InjectionChecker's regular expressions easier
to debug
x [XSS] Updated OpenID regexpQuelltext steht unter der GNU General Public License v2.0
Version 11.4.25
Veröffentlicht 9. Juli 2023 – 928,37 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.25
============================================================
x Reload extension on fatal failures
x [Android] Fixed UI styling regression
x Fixed UI inconsistencies when finer-grained contextual
policies are created/imported by other means (thanks
barbaz for reporting)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.24
Veröffentlicht 29. Juni 2023 – 927,78 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.24
============================================================
x [XSS] Fix Base64 hash checks interfering with query string
checks (thanks barbaz for reporting)
x [TabGuard] Stop exempting domains bidirectionally by
default
x [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)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.22
Veröffentlicht 15. Mai 2023 – 926,66 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.22
============================================================
x [L10n] Updated uk
x Consistently apply DEFAULT policy to top-level data: URLsQuelltext steht unter der GNU General Public License v2.0
Version 11.4.21
Veröffentlicht 30. März 2023 – 929,24 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.21
============================================================
x Fixed mislabeled Tor Browser settings override option
x [L10n] Updated mkQuelltext steht unter der GNU General Public License v2.0
Version 11.4.20
Veröffentlicht 20. März 2023 – 928,87 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.20
============================================================
x Generalized prompt safety hooks
x Better blob: URL support
x [nscl] Improved cross-window patch cascading
x [nscl] Avoid unneeded side effects when checking for
zombie patched objects
x [nscl] Prompt safety hooks
x [L10n] Updated fr, fi
x Fix font family typo (!283, thanks alex-kinokon)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.18
Veröffentlicht 1. März 2023 – 927,24 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.18
============================================================
x [Firefox on Linux] Fixed detached window UI gets closed
when its decoration is clicked (thanks richard for
reporting)
v 11.4.17
============================================================
x [nscl] Settings persistence made more reliable and
resilient against sync storage unavailability
x [Windows] Changed the tab enforcement toggling shortcut to
"Alt+Shift+Comma" (still "Alt+Shift+Space" on desktop OSes
other than Windows) - issue #281
x Updated copyright year
x Removed unused files from the source tree
x Fixed "Firefox" being shown instead of "Tor Browser" in
the Security Level override option label
x [L10n] Updated pl, trQuelltext steht unter der GNU General Public License v2.0
Version 11.4.16
Veröffentlicht 6. Feb. 2023 – 926,76 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.16
============================================================
x [L10n] Updated de, nl, pl, ru, sq, zh_CN
x Always open the windowed standalone UI when invoked from
the Alt+Shift+N shortcut
x Alt+Shift+Space shortcut to toggle restrictions
enforcement for current tab (issue #129, thanks PF4Public
for RFE)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.15
Veröffentlicht 26. Jan. 2023 – 925,47 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.15
============================================================
x Use the actual browser's brand name for Tor Browser
derivatives
x Always open the windowed standalone UI when invoked from
the contextual menu (thanks ZeroUnderscoreOu for
reporting)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.14
Veröffentlicht 1. Jan. 2023 – 926,64 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.14
============================================================
x Updated HTML event attributes list
x Uniformed indexed directory Firefox UI emulation to
prevent a script blocking bypass on file:// resources
(thanks RyotaK for reporting)
x Fixed error being logged in the console on scriptless
pages when hitting [Delete] or [Backspace] (thanks barbaz
for reporting)
x Work-around for background page misteriously being
unloaded sometimes by Firefox
x [L10n] Updated Transifex configurationQuelltext steht unter der GNU General Public License v2.0
Version 11.4.13
Veröffentlicht 21. Nov. 2022 – 926,55 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.13
============================================================
x Ensure theme changes are synchronized across windows,
including private ones (thanks barbaz for reporting)
x [UI] Ensure prompts are always centered relative to the
parent window in multi-monitors setups
x Switch to "Modern Red Evil" icon contributed by fatboy
x Work-around for Chromium unable to load the placeholder
icon
x Themed placeholders
x [nscl] Fixed placeholder fallback styles on Gecko
embedding documents
x [L10n] New Romanian (ro) locale (thanks Simona Iacob and
Inpresentia I.)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.12
Veröffentlicht 14. Nov. 2022 – 920,85 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.12
============================================================
x [L10n] Updated is, mk
x [L10n] New Finnish (fi) locale (thanks RJuho, olavinto and
ricky.tigg)
x [L10n] New Ukrainian (uk) locale (thanks Kataphan, MuS and
uniss)
x [L10n] New Persian (fa) locale (thanks voxp and magnifico)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.11
Veröffentlicht 14. Sep. 2022 – 900,96 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.11
============================================================
x Fix broken NoScript dialogs when
browser.privatebrowsing.autostart = true (issue#259,
thanks foenix for reporting)
x Avoid using fallback origins for main_frame loadsQuelltext steht unter der GNU General Public License v2.0
Version 11.4.10
Veröffentlicht 31. Aug. 2022 – 899,33 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.10
============================================================
x [TabTies] Cascade and merge ties in a shared pool, to
prevent them from being cut by closing a middle tab
(thanks NDevTK for reporting)
x Extended origin normalization to top-level documents
(thanks NDevTK for reporting)
x [TabGuard] Fixed regression in about:blank handling
(thanks NDevTK for reporting)
x Better origin guess for requests from sandboxed iframes
(thanks NDevTK for reporting)
x More precise tracking of implicit origins in tab URLs
x [nscl] Stricter criteria for cutting tab relations (thanks
NDevTK for reporting)
x Use window.origin when fetching policies for inheriting
special URLs (thanks NDevTK for reporting)
x Better build script compatibilityQuelltext steht unter der GNU General Public License v2.0
Version 11.4.9
Veröffentlicht 12. Aug. 2022 – 900,85 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.9rc1
============================================================
x [L10n] Updated pl, tr, zh_CN
x [TabGuard] Abort the load when the warning dialog is
closed by any mean except the OK button
x [TabGuard] Stricter criteria for cutting tab relations
(thanks fatboy for reporting)Quelltext steht unter der GNU General Public License v2.0
Version 11.4.8
Veröffentlicht 10. Aug. 2022 – 900,05 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.8
============================================================
x Cross-tab identity leak protection ("TabGuard", see
tor-browser#41071, thanks barbaz and fatboy for testing)
x [TabGuard] Better request lifecycle management
x [L10n] Updated de, it, nl, ru, sq
x [l10n] Automatic pull for 100% completed translations onlyQuelltext steht unter der GNU General Public License v2.0
Version 11.4.7
Veröffentlicht 8. Aug. 2022 – 894,65 KBFunktioniert mit firefox 59.0 und höher, android 59.0 und höherv 11.4.7
============================================================
x [XSS] Fixed regression in invalid characters optimization
causing false negatives (thanks Tsubasa for reporting)
x Minor build script enhancementQuelltext steht unter der GNU General Public License v2.0