Skip to content

Releases: andryou/scriptsafe

v1.0.7.0

30 May 17:40
Compare
Choose a tag to compare
  • significant performance improvements from a major overhaul of the core domain matching logic and other tweaks throughout ScriptSafe
  • domain whitelisting/blacklisting now supports basic regex: entire domain, wildcard, and single character matching (more info in Options page - you may want to revisit your whitelist/blacklist and revise accordingly)
  • added IPv6 address whitelist/blacklist support (e.g. [2001:4860:0:2001::68] - must contain square brackets)
  • added a check and notification in the Options page if WebRTC Protection isn't supported by the current Chrome version
  • allowed XMLHTTPREQUEST items are now listed in the ScriptSafe dialog to allow for blacklisting
  • added option to control all XMLHTTPREQUEST items
  • reduced pre-specified whitelist to just "*.googlevideo.com" (for basic YouTube support). Rationale: it should not be up to anyone to predefine what is "acceptable" to load. With the update to the domain matching logic, matching is now more reliable.
  • updated sync notifications to use the new chrome.notifications API
  • updated unwanted content providers and antisocial lists
  • updated core logic so that if there are any whitelist/blacklist conflicts, the whitelist is applied first

v1.0.6.19

27 May 04:59
Compare
Choose a tag to compare
  • added WebRTC Protection - requires Chrome v48 or newer ("Protect Local IP" by default; visit Options page for additional choices)
  • overall code and performance optimization
  • updated unwanted content providers and antisocial lists
  • updated jQuery to latest version (2.2.4)
  • updated browsers and operating systems (for the User-Agent Spoofing option)
  • moved project to Github and updated the links within ScriptSafe accordingly