Experience the difference of "Elite".

Calendar problem - This content is blocked. Contact the site owner to fix the issue

Joel P
Jan 16, 2024 8:15 AM
OR Team Member Joined Oct, 2009 122 posts

Thanks Miao, that's great information! Not being WordPress guru's myself, I wasn't aware that it was at all common for CSPs to be applied in WordPress, but I did a quick search and found this article, which may be helpful for anyone else who has the same problem:

Implementing Content Security Policy (CSP) on WordPress

Miao & Chip W
Jan 15, 2024 11:06 AM
Joined Mar, 2022 5 posts

I have a Wordpress site using the calendar widget in a shortcode.  

 

Suddenly, the page it is on is now showing "This content is blocked. Contact the site owner to fix the issue."

The code is listed below with the ids removed

 

<!-- MultiMonthplusRates -->
<!-- OwnerRez Multiple Month Calendar widget-->
<div class="ownerrez-widget" data-propertyId="{remove}" data-widget-type="MultiMonthplusRates - Multiple Month Calendar" data-widgetId="{removed""></div>
<script src="https://app.ownerrez.com/widget.js"></script>

Adria H
Jan 15, 2024 11:20 AM
OR Team Member Joined Aug, 2022 119 posts

We've had similar reports recently, and the fix seems to be going into the website or hosting account to "clear cache". This is not the same as clearing your computer or browser cache.

Here's a great reference article that I found that may be of use to you - https://www.elegantthemes.com/blog/wordpress/clear-wordpress-cache

Some users have also reported changing the address in the widget code from OwnerReservations.com to OwnerRez.com.

Miao & Chip W
Jan 15, 2024 2:41 PM
Joined Mar, 2022 5 posts

Thanks, I did clear cache in WordPress and changed the address in the widget code to https://app.ownerrez.com/widget.js, but it still isn't working.  Someone suggested possibly a firewall issue with WordFence, but I changed that to learning mode and whitelisted the IPS for ownerrez.com, but that didn't change the result either.

We've had similar reports recently, and the fix seems to be going into the website or hosting account to "clear cache". This is not the same as clearing your computer or browser cache.

Here's a great reference article that I found that may be of use to you - https://www.elegantthemes.com/blog/wordpress/clear-wordpress-cache

Some users have also reported changing the address in the widget code from OwnerReservations.com to OwnerRez.com.

by Adria H – Jan 15, 2024 4:20 PM (UTC)

 

 

Miao & Chip W
Jan 16, 2024 6:59 AM
Joined Mar, 2022 5 posts

Posting in case someone else4 experiences it.

 

My hosting provider, GreenGeeks (love them) tracked it down. It was a reference in Content Security Policy to ownerreservations.com. They replaced all references to secure.ownerreservations.com in your Content-Security-Policy with app.ownerrez.com.

Joel P
Jan 16, 2024 8:15 AM
OR Team Member Joined Oct, 2009 122 posts

Thanks Miao, that's great information! Not being WordPress guru's myself, I wasn't aware that it was at all common for CSPs to be applied in WordPress, but I did a quick search and found this article, which may be helpful for anyone else who has the same problem:

Implementing Content Security Policy (CSP) on WordPress