duckduckgo / duckduckgo-privacy-extension

DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
https://duckduckgo.com/app
Apache License 2.0
1.27k stars 247 forks source link

Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. #2776

Closed TylerAustInW closed 1 week ago

TylerAustInW commented 4 weeks ago

Description

I've noticed after a few days of using the extension (chrome version: Version 130.0.6723.70 (Official Build) (64-bit) ) i started receiving a issue in the console with the follow error msg.

Denying load of chrome-extension://bkdgflcldnnnapblkhphbgpggdiikppg/public/font/ProximaNova-Bold-webfont.woff2. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension

i figured maybe the other 4 extensions i have might've been conflicting with it, so i tried disabling and uninstalling them, and the issue still persisted

Steps to Reproduce

  1. Install the extension
  2. casually browse multiple sites, can be single tab or multiple tabs either works.
  3. error should be shown in console. (doesn't seem to effects performance But rather annoying when debugging other projects.

Expected behavior:

To Not see this error msg.

Actual behavior:

Error consistently occurs even after reinstalling.

image