When the translate button is clicked, the onclick does not work because it "Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution." I think all it needs is a valid SHA256 hash or a nonce.
When the translate button is clicked, the
onclickdoes not work because it "Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution." I think all it needs is a valid SHA256 hash or a nonce.