singhpk234 commented on issue #941:
URL: https://github.com/apache/polaris/issues/941#issuecomment-2634953229

   Adding 
   
   ```
   <meta http-equiv="Content-Security-Policy" content="default-src *; style-src 
'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' 
https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js";>
   ```
   
   fixes this, tested locally, got this from the following SO thread, 
   https://stackoverflow.com/a/37308542
   
   Happy to create a PR if no one else is working on it ! 
   
   Side note : Not sure how it worked before 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to