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

This extension breaks Intel DSA (Driver Support Assistant) Entirely #245

Open
okunamayanad opened this issue Nov 10, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@okunamayanad
Copy link

Intel DSA is a tool for managing your Intel drivers. It works by using a webpage to connect to their application on your computer.

With the extension turned on the page to update drivers looks like this:
image

The error goes away once you turn the extension off and reload.

@n4ze3m
Copy link
Owner

n4ze3m commented Nov 10, 2024

Hey, sorry about the issue. I'll investigate what happened, as I honestly have no idea.

@n4ze3m n4ze3m added the bug Something isn't working label Nov 10, 2024
@n4ze3m
Copy link
Owner

n4ze3m commented Nov 10, 2024

I found the cause of the issue. We use webRequest (Firefox) and declarativeNetRequest (Chrome) to rewrite the Ollama API header to avoid CORS issues. This rewrite changes the localhost origin, which is causing issues on the DSA page.

I will add a setting to allow this feature to be turned off, which should hopefully fix the problem

reference:

https://www.reddit.com/r/uBlockOrigin/comments/154xbyl/found_127001_blocked_by_ublock_on_intel_driver/

https://www.reddit.com/r/brave_browser/comments/sdcazr/bug_intel_drivers_support_assistant_browsable/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants