Updating failed. Sorry, you are not allowed to edit this post

Recently set up my website with Cloudflare. My site speed is better than its ever been but now it is not allowing me to save my work in WordPress.

Also not able to edit in elementor pro stuck on infinite loop

It says on Ezoic about Rankmath and Ezoic

POTENTIAL CONFLICT DETECTED

No issues when I was using ezoics nameservers - honestly would love to continue using Cloudflare but this is a total nightmare

Also tried disabling plugins not this - maybe my code has been corrupted

Looking at dev tools it says… script-src blocked

  1. Content Security Policy of your site blocks the use of ‘eval’ in JavaScript`

  2. The Content Security Policy (CSP) prevents the evaluation of arbitrary strings as JavaScript to make it more difficult for an attacker to inject unathorized code on your site.

To solve this issue, avoid using eval(), new Function(), setTimeout([string], ...) and setInterval([string], ...) for evaluating strings.

If you absolutely must: you can enable string evaluation by adding unsafe-eval as an allowed source in a script-src directive.

:warning: Allowing string evaluation comes at the risk of inline script injection.