Bug 264201
| Summary: | "Blob loading failed" accessing https://csacademy.com | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Xi Ruoyao <xry111> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, guillaume.webkit, mcatanzaro, mike |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Xi Ruoyao
With WebkitGTK-2.42.1, accessing https://csacademy.com/ results an error message "Blob loading failed" and there is no way to use the function of this website at all.
The related console message retrieved via inspector:
```
[Warning] [blocked] The page at https://csacademy.com/ was not allowed to display insecure content from blob:https://csacademy.com/5eaa0ea8-f624-4a11-acdb-2084c0dd6695. (bundle.js, line 2856)
[Error] Not allowed to request resource
(anonymous function) (bundle.js:2856)
[Error] Cannot load blob:https://csacademy.com/5eaa0ea8-f624-4a11-acdb-2084c0dd6695 due to access control checks.
(anonymous function) (bundle.js:2856)
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
This doesn't appear to happen in Safari.
Guilaume Ayoub
I have the same problem with WebkitGTK too, when trying to send files on element.io. It’s probably only related to WebkitGTK.
Xi Ruoyao
(In reply to Guilaume Ayoub from comment #2)
> I have the same problem with WebkitGTK too, when trying to send files on
> element.io. It’s probably only related to WebkitGTK.
I'm modifying the component field then. Glad to know I'm not alone anyway.
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 262777 ***