Newsfeed

2024-03-25 Site Updates

Hello everyone! It's been a while... Below are some updates from the engineering dept:

  • Fixed a bug in the CRM tool that prevented photos in galleries from being orderable. Users can once again order photos in a gallery
  • Tested and deployed the above.

Cheers!

Refused to frame <url> because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".

The error message you provided suggests that a Content Security Policy (CSP) directive is being violated due to an ancestor frame. Let's break it down:

Content Security Policy (CSP): This is a security standard that helps prevent various types of attacks, such as Cross-Site Scripting (XSS) and Clickjacking, by defining and enforcing a set of rules for resource loading on a web page.