Hey all,

Just checking in - is it not possible to mask the domain names in the JS 
file?

For example, the references to https://www.gstatic.com/...... in the file 
would be changed to https://www.gstatic.com.mydomain.co/........
This way, the client would only have to whitelist *.mydomain.co.
However, as stated above, it throws the net::ERR_CERT_COMMON_NAME_INVALID 
error, which I'm pretty sure is to do with the SSL certificate.

We are still dealing with the issue, so if it is just not possible, please 
let me know.

Thanks!

Dennis
On Friday, February 17, 2023 at 12:27:18 PM UTC-5 Dennis Frolov wrote:

> Hey all,
>
> On our website, we use the Google Charts API for different pages, and it 
> works great! Thank you for making it.
> However one of our Clients has very strict firewall settings, and this is 
> causing the Charts to not show up.
>
> We have a local version of Loader.js, but within Loader.js there are 
> references to site such as:
> www.gstatic.com
> maps.googleapis.com
> maps-api-ssl.google.com
>
> Is it possible to mask the URL so that our Client only has to whitelist 
> the masked address, and then replace the above references in Loader.js to 
> the respective masked address?
>
> We tried a test run of doing this, but it resulted in this error: 
> net::ERR_CERT_COMMON_NAME_INVALID
>
> Is it possible to mask the references within Loader.js? It would be very 
> helpful to our Client if so, because then they would only have to whitelist 
> our website's address in the firewall. 
>
> Please let me know!
>
> Dennis
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/45346aed-57c9-400a-88db-d175ec1938bcn%40googlegroups.com.

Reply via email to