zooo-code opened a new pull request, #432:
URL: https://github.com/apache/seatunnel-website/pull/432

   ### Purpose
   This is a hotfix for the Google Translate feature.
   Currently, the Google Translate script is blocked by the Content Security 
Policy (CSP) in the production environment, causing the feature to fail on 
documentation pages.
   
   ### Error Log
   Browser console shows:
   ```text
   Refused to load the script 'https://translate.google.com/...' because it 
violates the following Content Security Policy directive: "script-src ..."
   ```
   
   ### Changes
   
   Added https://translate.google.com to the script-src directive in 
docusaurus.config.js.
   Added https://translate.googleapis.com to ensure full compatibility.
   
   ### Related Issue
   
   Follow-up to apache/seatunnel#10462


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