Skip to content

The current status of downloading images from cache #270

@eight04

Description

@eight04

Since Firefox and Chrome both implemented cache partitioning, extensions can't download images from cache anymore.

Firefox:

Chrome:

Test suite

https://github.com/eight04/webext-hit-the-cache

Firefox workaround

You can turn off cache partitioning by setting privacy.partition.network_state to false in about:config.

They removed this config: 1954293 - Remove privacy.partition.network_state

We added a new option to intercept image from webRequest API in Image Picka 0.20.0.

Chrome workaround

Turn off this feature via the CLI option: --disable-features=SplitCacheByNetworkIsolationKey.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions