| Summary: | Greasemonkey GM_xmlhttpRequest does not bypass CORS | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Schimon Jehudah <sch> |
| Component: | extensions | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 22.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Switch lines 32/33 to test with the web extension
Current User.JS script from https://openuserjs.org/scripts/sjehuda/FREEdirector FREEdirector with XHR Another userscript which I find useful for Falkon https://openuserjs.org/scripts/sjehuda/no-www |
||
|
Description
Schimon Jehudah
2023-02-27 15:23:50 UTC
Created attachment 156790 [details]
Switch lines 32/33 to test with the web extension
Created attachment 156919 [details] Current User.JS script from https://openuserjs.org/scripts/sjehuda/FREEdirector This is a redirection script without XHR for checking status of selected instance Created attachment 156920 [details] FREEdirector with XHR This User.JS script has a response status check using XHR. It works with other userscript managers but not with Falkon. > Access to XMLHttpRequest at 'https://anonymousoverflow.esmailelbob.xyz/' from origin 'https://stackoverflow.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Created attachment 157030 [details] Another userscript which I find useful for Falkon https://openuserjs.org/scripts/sjehuda/no-www *** This bug has been marked as a duplicate of bug 497082 *** |