Skip to content
📘 1.3.1 - 2024-01-19 📘
========================

# Fixes

- Added the `injectImmediately` flag when injecting main context snippets in
  MV3. This applies the snippets earlier in the page loading lifecycle. See
  [MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/scripting/executeScript#injectimmediately)
  for more details. (CV-2037)
- Handle first party requests in third party iframes correctly. (EE-304)
- Reverted "Content filters are now updated via the `history.pushState()` event, when
  single page apps navigate using the browser's history API (EE-14, EE-90)". (EE-300)
- Fixed not disabling rules from static rulesets. (EE-294)
- Fixed a bug where removing a user filter ends up removing it from a subscription.
- `EWE.subscriptions.addDefaults()` no longer throws an error when there are no
  subscriptions tailored to the user's language. (EE-301)
- Fixed a bug of not allowlisting with sitekey in case of unhappy events order
  from the browser. (EE-281)