-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current status of downloading images from cache #270
Comments
Hi! As a long-time Firefox user who all too-often leaves image tabs open until the hosting websites remove them, I found this addon hoping it would be able to directly access the cache. I checked my |
The cache might already expire in this case. You can visit |
In that case, is there anywhere in Firefox's documentation where the images are stored, since it seems the images are still definitely being held somewhere. |
IDK. Why do you think the image is still held somewhere? |
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
tofalse
inabout:config
.Chrome workaround
Turn off this feature via the CLI option:
--disable-features=SplitCacheByNetworkIsolationKey
.The text was updated successfully, but these errors were encountered: