dave2wave opened a new issue, #22068:
URL: https://github.com/apache/pulsar/issues/22068

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   Current pulsar website
   
   ### Minimal reproduce step
   
   See the ASF's internal report on the compliance of pulsar.apache.org with 
policy: https://whimsy.apache.org/site/project/pulsar
   
   ### What did you expect to see?
   
   All boxes should be green.
   
   ### What did you see instead?
   
   The resources box is red. The policy is to avoid use of domains which may 
track users. This is for GPDR compliance.
   
   There are two different external resource domains being used in three source 
files:
   
   ```
   pulsar-site % grep -ni cdn.jsdelivr.net ./static/reference/index.html
   17:      
href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css";
   22:      
href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css";
   231:    <script 
src="https://cdn.jsdelivr.net/npm/docsify@4/lib/docsify.min.js";></script>
   232:    <script 
src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js";></script>
   235:    <script 
src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js";></script>
   236:    <script 
src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/zoom-image.min.js";></script>
   241:    <script 
src="https://cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js";></script>
   ```
   
   ```
   pulsar-site % grep -ni cdn.jsdelivr.net ./docusaurus.config.js       
   481:      href: 
"https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css";,
   ```
   
   ```
   pulsar-site % grep -ni fonts.google ./src/css/typography.css         
   1:@import 
url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap";);
   ```
   
   ### Anything else?
   
   The boxes will be green once these resources are moved to static resources 
hosted on the `pulsar.apache.org` website
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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