n4ze3m / page-assist

Use your locally running AI models to assist you in your web browsing
https://chromewebstore.google.com/detail/page-assist-a-web-ui-for/jfgfiigpkhlkbnfnbobbkinehhfdhndo
MIT License
1.56k stars 148 forks source link

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

Open okunamayanad opened 1 week ago

okunamayanad commented 1 week ago

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 commented 1 week ago

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

n4ze3m commented 1 week ago

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/