I need to include this script https://apis.google.com/js/api:client.js in my website. On Google Chrome it works fine, but on Firefox (and IE obviously), I g
You have to edit the CSP headers not on the HTML, but on the server HTTP headers, do you have control of the server?
Meta tags and such will be ignored because the HTTP Headers take precedence, fix those first.