skip to Main Content

Html – Content-Security-Policy: The page’s settings blocked the loading of a resource at xyz.com (“default-src”) issue

I'm getting the following issue: Content-Security-Policy: The page’s settings blocked the loading of a resource at blob:https://test.com/ff851-924-4522-8b74-f1d4f8c9f (“default-src”). whenever I click Export button which exports user data in Mozilla Firefox browser. The file is also not getting downloaded. The same…

VIEW QUESTION

Jquery – Getting CORS issue in API calling from AJAX

I am getting CORS issue while calling API from Ajax with header Content-Security-Policy":"frame-ancestors 'none'. My APIs are built in Java spring boot. API server is already configured with Access-Control-Allow-Origin : *. If i remove Content-Security-Policy":"frame-ancestors 'none', the API is working…

VIEW QUESTION
Back To Top
Search