Skip to content
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

Let the browser upgrade subcontent #12

Open
Madis0 opened this issue Apr 28, 2019 · 5 comments
Open

Let the browser upgrade subcontent #12

Madis0 opened this issue Apr 28, 2019 · 5 comments
Labels
blocked enhancement New feature or request

Comments

@Madis0
Copy link

Madis0 commented Apr 28, 2019

Unlike HTTPS Everywhere, this extension doesn't take care of sub-requests triggered from HTTP-only sites. For now, it outright ignores those requests, because using the same approach with those (retrying on error) is very complicated and has significant drawbacks.

What about adding an option to use the Upgrade-Insecure-Requests header, similar to Smart HTTPS? That way the browser would handle everything properly, without needing the extension to redirect links back and forth.

There is also a flag security.mixed_content.upgrade_display_content but I think it is not exposed to extensions just yet. Bug 1435733

@claustromaniac

This comment has been minimized.

@jingofett

This comment has been minimized.

@claustromaniac

This comment has been minimized.

@claustromaniac claustromaniac added the enhancement New feature or request label May 21, 2019
@jingofett

This comment has been minimized.

@claustromaniac
Copy link
Owner

claustromaniac commented May 22, 2019

I've done some more research and tested a number of things locally, and I'm sorry to say there's apparently no way for me to add this without breaking other very important extensions (like content blockers). I better wait for bug 1462989 to get solved before trying to do anything about this. Unfortunately, that can take years (literally)...

@claustromaniac claustromaniac removed the enhancement New feature or request label May 22, 2019
@claustromaniac claustromaniac added blocked enhancement New feature or request labels Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants