Bug 168466
Summary: | [GTK] XHR/Fetch doen't bypass CORS even when the page is running user script | ||
---|---|---|---|
Product: | WebKit | Reporter: | Javier Fernandez <jfernandez> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bugs-noreply, clopez, jfernandez, youennf |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Javier Fernandez
The test http/tests/security/bypassing-cors-checks-for-extension-urls.html fails for WebKitGtk+, showing console error for both xhr.open("GET", "safari-extension://test3", false) and fetch("safari-extension://test4"))
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
This one should be skipped for GTK, it is mac specific.
Javier Fernandez
Patch for bug #168473 will skip this test, so closing this as WONTFIX.
youenn fablet
(In reply to comment #2)
> Patch for bug #168473 will skip this test, so closing this as WONTFIX.
If epiphany has extensions injecting scripts, then maybe it will be useful to have some fixes like that, although we should not hardcode safari-specific things in WebKit.