GitToTheHub opened a new issue, #1503:
URL: https://github.com/apache/cordova-docs/issues/1503

   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   - shields.io and GitHub workflow badges for plugins should be displayed on 
cordova.apache.org like they are on the the plugin readmes on GitHub, for 
example 
[cordova-plugin-inappbrowser/README.md](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/README.md).
   
   ### What does actually happen?
   
   - Badges are refused to load by Content security policy
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   Web developer console error logs:
   
   ```log
   [Error] Refused to load 
https://img.shields.io/npm/v/cordova-plugin-inappbrowser/latest?label=Latest%20Release%20(npm)
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://img.shields.io/github/package-json/v/apache/cordova-plugin-inappbrowser?label=Development%20(Git)
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/ci.yml/badge.svg?branch=master
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/android.yml/badge.svg
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/chrome.yml/badge.svg
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/ios.yml/badge.svg
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/lint.yml/badge.svg
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   [Error] Refused to load 
https://github.com/apache/cordova-plugin-inappbrowser/actions/workflows/release-audit.yml/badge.svg?branch=master
 because it appears in neither the img-src directive nor the default-src 
directive of the Content Security Policy.
   ```
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ ] I searched for existing GitHub issues
   - [ ] I updated all Cordova tooling to most recent version
   - [ ] I included all the necessary information above
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to