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

Problem with explicit proxy #502

Closed
gagzou opened this issue Feb 28, 2020 · 1 comment
Closed

Problem with explicit proxy #502

gagzou opened this issue Feb 28, 2020 · 1 comment
Assignees

Comments

@gagzou
Copy link

@gagzou gagzou commented Feb 28, 2020

Please read the CONTRIBUTING guide before submitting an issue.

Description

This problem is only on chrome (not on Firefox or Edge).

All plugin options are disabled (normally, no filtering).
With certain websites (google drive for example), the chrome plugin blocks certain scripts.
Chrome does not respond to http 407 requests (proxy identification).
By disabling the plugin completely (Chrome control panel), the scripts on the page are loaded.

Problem also on twitter and amazon prime.

Expected Behavior

In explicit mode, the script must not be blocked by the plugin.

Actual Behavior

ghostery

Steps to Reproduce

  1. connect google drive or twitter with explicit proxy.
  2. open the developer window and check the various scripts in the network tab.

Versions

  • Browser: Chrome
  • OS: Windows 10
@christophertino
Copy link
Member

@christophertino christophertino commented Apr 11, 2020

What's strange is that those requests are first-party and shouldn't be affected by Ghostery. Our webRequest pipeline should ignore them. It's possible that implementing webRequest.onAuthRequired could help.

@christophertino christophertino self-assigned this Apr 11, 2020
@gagzou gagzou closed this May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants