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

Extension not accessible in Chrome, browsing is blocked #1630

Open
anddam opened this issue Jan 8, 2023 · 2 comments
Open

Extension not accessible in Chrome, browsing is blocked #1630

anddam opened this issue Jan 8, 2023 · 2 comments

Comments

@anddam
Copy link

anddam commented Jan 8, 2023

Description

DuckDuckGo Privacy Essentials cannot be loaded by the browser, since this is triggered by default on new search any new browsing from omnibar is broken.

Steps to Reproduce

  1. open a new tab in Chrome
  2. type "fubar" in omnibar
  3. hit enter

Expected behavior:
I expect the default search engine page to appear with the search result for "fubar"

Actual behavior:
A page with title and URL

chrome-extension://bkdgflcldnnnapblkhphbgpggdiikppg/?q=fubar

and with content

Your file couldn’t be accessedIt may have been moved, edited or deleted.
ERR_FILE_NOT_FOUND

appears.

Versions

  • Extension: 2022.12.27
  • Browser: Google Chrome Version 108.0.5359.124 (Official Build) (64-bit)
  • OS: Linux

Additional Information

The issue is repeatable, this has occurred since updating to latest Chrome version (build from source).

The console in Developer Tools shows:

crbug/1173575, non-JS module files deprecated.
  (anonymous) @ (index):6748

Disabling the extension allows regular browsing.

cf. this Chromium issue

@kzar
Copy link
Collaborator

kzar commented Jan 9, 2023

I can't reproduce that so far, I'm running Chrome 108.0.5359.124 (Official Build) (64-bit) as well (on Ubuntu 22.04) and version 2022.12.27 of the extension from the Chrome Web Store.

  • Do you have any other extensions installed and enabled? If so, could try disabling them all (without disabling the DDG extension) to see if that helps?
  • What is your default search set to on chrome://settings/search? (I'm testing with DuckDuckGo.) Does the problem still happen when you change your default search provider?
  • When you mentioned using a custom build of Chrome, did you take care to pass the argument to use a clean profile when starting it up (e.g. --user-data-dir=/tmp/chrome-test-profile)?

@anddam
Copy link
Author

anddam commented Jan 12, 2023

Thanks for replying, I cannot access the linux system right now, however I do see 108.0.5359.125 and 109.0.5414.75 working perfectly fine on Windows 11.

When you mentioned using a custom build of Chrome, did you take care to pass the argument to use a clean profile when starting it up (e.g. --user-data-dir=/tmp/chrome-test-profile)?

No, I will try a new profile, only install the DDG extension and report.

Just to clarify the build is from source but it's not in any way customized by me, it's Void Linux build script but due to license it's not provided as binary, users have to run the build tool themselves. So no funny things going around on that side.

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

2 participants