Hi everyone. Not normal behavior of ghost cms today. Normally I write post and click to preview, but today I’ve got this on screen.
This content is blocked. Contact the site owner to fix the issue.
I use self-host, Ubuntu 22.04. What is possible problem?
That might be consistent with a problem with your proxy, or some missing headers.
What has changed recently? (Ghost updated? New proxy? Proxy updated?)
If you open your browser’s console, what errors do you see, if any?
If you attempt to preview again with the browser’s network tab open, is there a failed request? If so, what is it, and what kind of failure is it? Any error message?
1 Like
Thanks for answer. Got many errors on page…
I think most of them about content security policy what I’ve add to nginx configuration file…
Can you advice how to add policies for correct working of scripts?
But Can’t understand why it is all working before… I only make apt update && apt upgrade on Ubuntu, nothing change to Ghost CMS…
Thanks for help. For now I just remove Content-Security Policy from nginx. But it’s not a solution…