Security Error: Content at http://example.com/#/folder/ may not load data from https://cdn.jsdelivr.net/gh/PrismJS/prism@1/prism.min.js. #3
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Aroy/ISO-Share#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Info
The SecurityError: Content X may not load data error occurs when a web worker attempts to load data from a different origin than the one that created it. This is a security feature implemented by web browsers to prevent cross-site scripting (XSS) attacks. The error message indicates that the web worker is trying to load data from a URL that is not allowed.
Possible Fix
Locally load the scripts instead of from CDN
Fixed in
6aa044cf9b