Unable to access URL "This content is blocked"
search cancel

Unable to access URL "This content is blocked"

book

Article ID: 237943

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

Adding domain to CONTENT_SECURITY_DOMAINS as <example.com> (example)

It's added successfully, and appears correctly when listing and looking in the database

On this secure environment, an error is still thrown in UI:

"This content is blocked"

Refused to frame 'https://EXAMPLE.COM:8443/' because it violates the following Content Security Policy Directive: "frame-src 'self' EXAMPLE.COM"

Environment

Release : Any

Resolution

  • Add the entry as follows to the CONTENT_SECURITY_DOMAINS (URL is example):
    https://example.com:8443
  • Note that typically the "example.com" is the way it should be entered as "https" and "port" are not required
  • This is a workaround for some environments on which the recommended way does not work

Additional Information

For first time set up and recommended ways to set up Content Security Domains, check out: Content Security Domain update (with Command Prompt and in Clarity database)