View source tab does not use configured proxy
Categories
(Core :: DOM: Networking, defect)
Tracking
()
People
(Reporter: yegors, Unassigned)
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36
Steps to reproduce:
- Configure a proxy in the browser
- Go to a webpage that prints your external IP address (https://wtfismyip.com/text)
- Select "View Page source"
- Refresh
Actual results:
Actual IP address is displayed in the source.
Expected results:
Proxy IP address should be displayed in the source.
Hi,
I don't have the technical knowledge to confirm this issue but I'll add product and component so the team can make some research on it. Hopefully, someone with a more deep understanding of this matter can help. Feel free to route this ticket to the corresponding team.
Regards,
Jerónimo
Updated•6 years ago
|
Comment 2•5 years ago
|
||
Don't know. Hail Mary to kmaglione, who has done a lot in toolkit/components/viewsource/...
Comment 3•5 years ago
|
||
The IP address from view-source page is actually from the cache, so I think this bug is WONTFIX.
This was not a cache issue, since the cache was cleared before accessing the site with an already configured proxy, however it's no longer reproducible in the latest version of FF. So someone did in fact fix it.
Description
•