Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Update panel not working with Content-Security-Policy in webconfig

$
0
0

Hi,

I have problem with Content-Security-Policy when add this header to my web.config my ajax update panel not working I don' t know why 

I configured Content-Security-Policy  correctly, I added  everything to my project as it needed,

<add name="Content-Security-Policy" value="default-src 'self'; font-src 'self' fonts.gstatic.com; media-src 'self';script-src 'self' remote.captcha.com; form-action 'self' localhost:58844; base-uri 'self';connect-src 'self';img-src 'self';style-src 'self' fonts.googleapis.com maxcdn.bootstrapcdn.com fonts.googleapis.com;"/>

but when I load my project update panel progress start to working I don't know why

Please help me 

Thanks.


Viewing all articles
Browse latest Browse all 5678

Trending Articles