Error: This content is blocked. Contact the site owner to fix the issue.
Release : 21.2
Component : PM Web UI Admininistration/Configuration
We now no longer allow external links in browser views in PM by default. This is due to a new security setting
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors *; font-src 'self'; frame-src *|X-Content-Type-Options: nosniff|X-XSS-Protection: 1; mode=block|Referrer-Policy: strict-origin|Feature-Policy: 'none'|Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://WEBSITE-HOSTNAME; connect-src 'self' https://WEBSITE-HOSTNAME; img-src 'self' https://WEBSITE-HOSTNAME data:; style-src 'self' 'unsafe-inline'; base-uri 'self'; frame-ancestors 'self'; font-src 'self'; frame-src 'self' https://WEBSITE-HOSTNAME|X-Content-Type-Options: nosniff|X-XSS-Protection: 1; mode=block|Referrer-Policy: strict-origin|Feature-Policy: 'none'|Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Set remote value so DA gets the new headers also.
Note: if the remote site sets some headers, they can block being included in an external web portal page also
For PM 21.2.9 and lower use the Article ID: 210844 - Unable to utilize an external link within a dashboard
https://knowledge.broadcom.com/external/article?articleId=210844