Stuck on “Loading …”
-
So the other topics are closed, because reasons.
I figured out what the issue was: CSP. Apparently the plugin tries to construct a blob:
Content-Security-Policy: The page’s settings blocked a worker script (worker-src) at blob:https://noobient.com/3221e2c3-6fcd-49c2-a84a-8bfb57fd32d1 from being executed because it violates the following directive: “default-src https: 'unsafe-inline' 'unsafe-eval'”And the relevant code appears to be “new window.Blob” in jstree.js.
Please adjust this code to not use blobs if possible, so that we can use more secure settings for CSP.
Currently something like this should be a working workaround:
worker-src blob:Preferably, the plugin should also restrict itself to the “wp-content/uploads” dir, because I don’t see any reason why not to. I don’t want this plugin to touch other plugins’ assets, themes, or anything, only uploaded images. Would be faster, less error prone, and more secure.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.