Skip to content

v3.3.0

Choose a tag to compare

@aselbie aselbie released this 08 Nov 18:22
· 139 commits to main since this release
1efb44e

Features

  • The extension now enforces that the page's content security policy does not allow execution of inline code.
  • Improved parsing of content security policies to better match browser implementations: mixed-case values, partially invalid CSPs, and duplicate directives are all now handled correctly.
  • The extension is now using TypeScript's strict mode.

Bug Fixes

  • Fixed an issue where a bug in Chromium was causing an incorrect invalidation on the first load of the page.
  • Fixed an issue where a script with no content at the time of parsing could incorrectly invalidate the page.
  • Updated the list of known extensions to remove an incorrect entry.