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

Element picker fails to load on dropbox.com #3536

Closed
yourduskquibbles opened this issue Feb 21, 2018 · 6 comments
Closed

Element picker fails to load on dropbox.com #3536

yourduskquibbles opened this issue Feb 21, 2018 · 6 comments

Comments

@yourduskquibbles
Copy link

yourduskquibbles commented Feb 21, 2018

Element picker tool fails to load entirely on the dropbox news site

Errors are also reported in the chrome console.

One or more specific URLs where the issue occurs

https://www.dropbox.com/news/company/announcing-the-dropbox-foundation

Screenshot in which the issue can be seen

Chrome Console log after trying to launch the element picker.
error01

Specific error message in Chrome Console Sources

error02

Steps for anyone to reproduce the issue

  1. Go to https://www.dropbox.com/news/company/announcing-the-dropbox-foundation
  2. Attempt to launch element picker tool
  3. Observe no element picker tool launch and errors in console

Your settings

  • OS/version: Windows 10 64-bit
  • Browser/version: Tested on Chrome stable v64.0.3282.167 and Firefox v58.0.2 64-bit
  • uBlock Origin version: 1.15.7.3 (chrome dev build) 1.15.11b0 (firefox dev build)
Your filter lists

Tested with uBO default filters on new test installation,

Your custom filters (if any)

NO custom filters or other extensions installed

@gorhill
Copy link
Owner

gorhill commented Feb 22, 2018

A more severe manifestation of the same issue reported in #2240: the site uses a content security policy directive sandbox, which prevents uBO from injecting its element picker iframe.

@uBlock-user
Copy link
Contributor

Is it related to this Chromium bug ?

@gorhill
Copy link
Owner

gorhill commented Feb 22, 2018

Close but no. uBO injects an about:blank iframe into the page for element picking purpose, this is being denied because of the page's CSP -- webRequest is not involved in this case.

The Chromium issue you link to was also affecting uBO but has been resolved in the latest dev build, see #2823.

@uBlock-user
Copy link
Contributor

Can't reproduce on Firefox or Chromium, is this still an issue ?

@gorhill
Copy link
Owner

gorhill commented Jul 23, 2019

The site changed its design, we need a new repro case.

@gorhill
Copy link
Owner

gorhill commented Oct 17, 2020

Since we lost ability to reproduce, I am going to close this issue. A new issue should be opened should there be a new case of element picker failing to inject -- especially given that the picker's injection mechanism has changed significantly lately.

@gorhill gorhill closed this as completed Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants