Hello there,
I am glad to help!
Could you bypass Cloudflare activating the Developer mode and test the site again, please?
Here you can find the information to bypass the Cloudflare access:
* https://support.cloudflare.com/hc/en-us/articles/200168246-Understanding-Cloudflare-Development-Mode
After activating the DevMode, please deactivate all the cache plugins and optimization plugins you have installed on your site, leaving only Jetpack Boost enabled, and test it again.
Let me know if you have any questions.
My best regards,
Michelle
I don’t use Cloudflare.
I deactivated all plugins but still got same ccss errors.
Please take a look tinyurl.com/8rksnrvr
Ok. If I disable Jetpack it works. Can I use Jetpack or not ? It is compatible?
Resolved. On nginx it is not possible to use X-Frame-Options: DENY.
Can I set add_header X-Frame-Options “SAMEORIGIN”; on nginx ? It will block the plugin ?
Hi @lettisofa
Apologies for the delay in getting back to you here.
You can certainly use Jetpack alongside Jetpack Boost, the two are compatible.
With the Critical CSS errors you were initially seeing, to give some more context this means that the specified URL is loading content from a different domain or protocol. It usually means the specified URL is a redirect to an external site. It may be worth deactivating any plugins which add redirect URLs to the site for the duration of generating Critical CSS.
As for the X-Frame-Options issue, it is correct that when a site has X-Frame-Options: DENY in its HTTP headers, browsers will refuse to load it inside iframes. That currently breaks our local Critical CSS generator in a way that looks a lot like a cross-domain error. This is an issue our developers are working on but there is no timeline on when it will be implemented at this stage.
As for whether or not you can set X-Frame-Options to SAMEORIGIN – I have reached out to our developers for more information there.
Do let us know if you have any further questions in the meantime though!
Hi @lettisofa
Our developer confirmed that X-Frame-Options SAMEORIGIN works fine with Jetpack Boost. It only doesn’t work with X-Frame-Options: DENY.
We hope to make this easier to handle in a future update.
Hope that helps!