Open
Bug 1836865
Opened 2 years ago
Updated 2 years ago
Copy and pasting images between Ff and other applications in Windows uses an extra GET request
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
NEW
People
(Reporter: hsohaney, Unassigned)
References
(Depends on 1 open bug)
Details
Extension to [Bug 1756254][https://bugzilla.mozilla.org/show_bug.cgi?id=1756254]
Copying an image from Firefox on windows into another application like wordpad or another browser uses an extra GET request instead of taking the image from the clipboard.
This is not an issue on MacOS.
Steps to reproduce:
- Load page on Ff (GET) --> Copy Img --> Paste into chromium (GET, cached) --> Paste into another browser (no GET request now)
- Load page on Ff (GET) --> Copy Img --> Paste into word (GET, cached) --> Copy img --> Paste into word (GET, cached)
- Load page on Ff (GET) --> Copy Img --> clear cache --> Paste into word (GET, not cached)
Reporter | ||
Updated•2 years ago
|
Component: DOM: Events → Privacy: Anti-Tracking
Updated•2 years ago
|
Severity: -- → S4
Priority: -- → P4
Updated•2 years ago
|
Priority: P4 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•