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

HTTPS filtering in Firefox Fenix #2861

Closed
dnovitskyi opened this issue Jul 1, 2019 · 8 comments
Closed

HTTPS filtering in Firefox Fenix #2861

dnovitskyi opened this issue Jul 1, 2019 · 8 comments

Comments

@dnovitskyi
Copy link

Firefox Preview (https://play.google.com/store/apps/details?id=org.mozilla.fenix) is not currently recognized as a known browser, and as such its traffic is not filtered when AdGuard is in free mode.

@TheHasagi
Copy link
Contributor

It will be possible only if the certificate is allowed to be installed

@Xophile
Copy link

Xophile commented Jul 16, 2019

Hi!

Is this a Firefox preview issue or AG?

@Revertron
Copy link

@Xophile
Copy link

Xophile commented Nov 24, 2019

Hi!

Thanks for the link. Seems like it's not being added to the features coming in the near future.

This will affect Adguard as well, any possibility for you to push for this feature?

Thanks!

@artemiv4nov
Copy link
Contributor

@Xophile , when Firefox Preview will have a possibility to install user certificates, we'll add the browser to the known browser's list.

@Xophile
Copy link

Xophile commented Nov 25, 2019

@Xophile , when Firefox Preview will have a possibility to install user certificates, we'll add the browser to the known browser's list.

Hi!

Yes I know that. My question was if you, from Adguard, could push the wish for this feature in Firefox preview since there really is no reply on Github for Firefox preview.

See link above. Thanks

@ameshkov
Copy link
Member

@Xophile this is one of the top upvoted issues on their Github: https://github.com/mozilla-mobile/fenix/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc

Hopefully, they'll implement this when Firefox preview is closer to release.

@ameshkov ameshkov added this to the 3.4 milestone Mar 20, 2020
@adguard-bot adguard-bot modified the milestones: 3.4, 3.5 Mar 26, 2020
@adguard-bot adguard-bot changed the title Add Firefox Preview to the known browsers list Enable https filtering for the Firefox Preview May 19, 2020
@adguard-bot adguard-bot modified the milestones: 3.5, 4.0 May 26, 2020
@ameshkov ameshkov modified the milestones: 4.0, 3.5 Jul 31, 2020
@ameshkov ameshkov changed the title Enable https filtering for the Firefox Preview Enable https filtering for the Firefox Fenix Jul 31, 2020
@ameshkov ameshkov changed the title Enable https filtering for the Firefox Fenix HTTPS filtering in Firefox Fenix Jul 31, 2020
@ameshkov
Copy link
Member

ameshkov commented Jul 31, 2020

Firefox Fenix has been released and we should deal with it now.

  1. By default, there's no way to import a cert there.
  2. However, there's an option to enable it: user needs to enable security.enterprise_roots.enabled in about:config.
  3. The problem with it is that about:config is broken in all Firefox Fenix versions save for Nightly. However, I think we should anyway show an instruction that explains how to enable it.

When the user taps on "Install to Firefox", show an instruction on how to make it trust user certs, e.g. open Firefox, enter about:config, find and enable security.enterprise_roots.enabled.

The task is re-assigned to v3.5 since Fenix is now released and it's important to deal with it asap.

Useful links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment