theweipeng commented on issue #246:
URL: https://github.com/apache/fory-site/issues/246#issuecomment-2961464205

   I have submitted an infra ticket: 
https://issues.apache.org/jira/browse/INFRA-26901.
   
   Accroding to the response we can add the following config to the .htaccess 
file to enable loading the avatars.
   ```text
   SetEnv CSP_PROJECT_DOMAINS "https://github.com 
https://avatars.githubusercontent.com"; 
   ```
   And a configuration in the HTML header `<meta 
http-equiv="Content-Security-Policy" content="default-src 'none'; img-src 
https://github.com;";>` is necessary to allow only image requests.
   


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