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

Closed
opened 2024-11-26 13:00:55 +01:00 by Aroy · 1 comment
Owner

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

## 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
Aroy added the
Kind/Bug
label 2024-11-26 13:00:55 +01:00
Author
Owner

Fixed in 6aa044cf9b

Fixed in 6aa044cf9b70a969b8515e2fcbf0e939cd022a8a
Aroy closed this issue 2024-11-28 10:54:10 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Aroy/ISO-Share#3
No description provided.