Skip to content

1.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 13:35
0f580ec

Commits to master since this release
Commits since last release

To install the stable build:


New

New filtering ability to remove specific response headers from document resources. Example:

example.com##^responseheader(refresh)

Only the following response headers are allowed to be removed, anything else will cause the filter to be invalid and discarded:

  • location
  • refresh
  • report-to
  • set-cookie

Chromium-based browsers

Google's FLoC is defused by default. Websites will be able to use the FLoC API (only if already present), but will be unable to get a result from it -- uBO causes the API to always fail as if there was no FLoC data available.

If your Chromium-based browser supports the FLoC API, this is the result you should get with uBO when testing with EFF's "Am I FLoCed?" (assuming you did not disable uBO's "uBlock filters -- Privacy" list):

Fetching FLoC data fails

Additionally, uBO causes all websites to opt-out of being part of FLoC calculation by injecting the appropriate response header.

You can opt-in to FLoC by creating the appropriate exception filter, see commit message for details.

Closed as fixed

Notable commits without an entry in the issue tracker