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

Secure SNI is disabled if FoxyProxy is enabled #165

Open
mssucksalot opened this issue Dec 7, 2024 · 1 comment
Open

Secure SNI is disabled if FoxyProxy is enabled #165

mssucksalot opened this issue Dec 7, 2024 · 1 comment
Labels
app: Firefox Specific to Firefox area: WebRTC WebRTC related

Comments

@mssucksalot
Copy link

mssucksalot commented Dec 7, 2024

Originally I reported it in version 7 repo by mistake: foxyproxy/firefox-extension#227

I tested via https://www.cloudflare.com/ssl/encrypted-sni/ and using Firefox stable version 133.0

If FoxyProxy is disabled in browser options then CF test is passed and Secure SNI is enabled.

To enable ESNI in browser you need to create option: network.security.esni.enabled and set it to true in about:config (and restart browser).

I have found exact option: it disables SNI if Limit WebRTC is checked.

@erosman
Copy link
Collaborator

erosman commented Dec 7, 2024

In that case, there might be a conflict between media.peerconnection.ice.proxy_only_if_behind_proxy and network.security.esni.enabled.
Let me check with Mozilla engineers and get back to you.

@erosman erosman added app: Firefox Specific to Firefox area: WebRTC WebRTC related labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: Firefox Specific to Firefox area: WebRTC WebRTC related
Projects
None yet
Development

No branches or pull requests

2 participants