←back to thread

168 points selvan | 2 comments | | HN request time: 0.416s | source
1. raybb ◴[] No.44461618[source]
Can you bypass the cors issue with a browser extension? I seem to recall CORS doesn't apply to extensions, or at least the part that isn't injected to the webpages.
replies(1): >>44461745 #
2. ape4 ◴[] No.44461745[source]
CORS is mentioned on that page: NOTE: If you want to run tools that get information from some other server into your HTML page (e.g. the visit_webpage tool or the Ollama server itself), you need to make sure that CORS is enabled for those servers. For more information, refer to the troubleshooting section in our GitHub repository.