لقد كان لي مشكلة لبعض الوقت حيث توقف البصرية زر محرر وورد العمل. وكان محرر مدونة غرامة, والزر لمحرر البصرية موجود ولكن النقر على ذلك ليس له أي تأثير. بعد الكثير من تافه حول اكتشفت أخيرا كان يجري كسره بلدي سياسة الأمن المحتوى!
One reason this was so difficult to diagnose is because I haven’t seen anyone else suggest CSP as the source of the problem, especially since I am using the “classic editor” plugin which most people seem to blame. The plugin, or wordpress itself, may be partly to blame as my CSP isn’t unreasonable, but clearly I needed to permit something else.
When I finally started digging through the console I found the following error (in Firefox): The page’s settings observed the loading of a resource at eval (“script-src”)
The Chrome console was much more helpful: “Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the following Content Security Policy directive”
So to get this working I will have to enable “unsafe-eval” which is annoying because this makes a content security policy largely pointless.
As more and more people implement CSP this will become more of an issue for the wordpress and plugin devs to resolve to hopefully in the longer term solutions will become available. Until then I will see if there is a workaround by removing inline and eval code.
The best information and guide I have found so far is at Color Blind Programming
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”