Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

CSP Issue - Need Help to Fix this issue

Avatar

Level 2

Hi Guys, 

 

Recently, I've seen this CSP issue and its pretty new to me and I've no idea how to fix this issue. Step by Step guide is really appreciated.

 

Need your guidance on how to fix this issue..

 

Screenshot (465).png

3 Replies

Avatar

Level 6

Hi @Aravind_ ,

 

It says that there a csp defined "Script self" which allows the javascript execution from js loaded from your domain itself and it blocks other js files which are executed from different domain. 

If you really want other domain js files to be executed then you need to allow the other domain in your csp rules.

Check your csp rules at CDN or dispatcher and update the rules as 

 

Content-Security-Policy: script-src 'self' https://www.xyz.com

 

If you update your rule as above then it allows js execution from xyz website.

 

Thanks,

Ramesh.

Avatar

Level 2

Hi @Uppari_Ramesh 

 

I reviewed several blogs that suggested placing the embed code in the <head> (<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' https://assets.adobedtm.com https://www.googletagmanager.com https://www.google-analytics.com https://cdn.cookielaw.org;">) tag, but it didn’t work for me.

 

Could you advise whether this should be implemented through Adobe Launch—via Data Elements or Launch Rules? A step-by-step guide would be really helpful, as I’m not fully sure of the exact steps.
Thanks!

Avatar

Administrator

@Aravind_ Quick follow-up! Were you able to get this issue sorted out? If you did, please consider posting the solution you used so others can learn from it. And if any of the replies above were helpful, whether they fully solved your problem or just pointed you toward the right fix, marking one as accepted helps future community members find solutions more easily. Closing the loop here makes a real difference for everyone.



Kautuk Sahni