-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Someone triggered the following error when posting a Discord link in chat:
Message: Uncaught SecurityError: Failed to construct 'Worker': Script at 'https://iceriny.github.io/XiaoSuActivity/dev/emojiWorkers.js' cannot be accessed from origin 'https://www.bondageprojects.elementfx.com'.
Source: https://iceriny.github.io/XiaoSuActivity/dev/XSActivity_dev.js?v=1742272416931:1:45061
SecurityError: Failed to construct 'Worker': Script at 'https://iceriny.github.io/XiaoSuActivity/dev/emojiWorkers.js' cannot be accessed from origin 'https://www.bondageprojects.elementfx.com'.
at ChatroomModule.getEmojiWorker (https://iceriny.github.io/XiaoSuActivity/dev/XSActivity_dev.js?v=1742272416931:1:45061)
at ChatroomModule.inputHandle (https://iceriny.github.io/XiaoSuActivity/dev/XSActivity_dev.js?v=1742272416931:1:45416)
at HTMLTextAreaElement.<anonymous> (https://iceriny.github.io/XiaoSuActivity/dev/XSActivity_dev.js?v=1742272416931:1:32617)
Since the front-end servers have CORS setup, browsers will block that from happening, since that's a security risk.
Metadata
Metadata
Assignees
Labels
No labels