I host a simple (static) html page on a subdomain host by OVH. There is nothing else on this subdomain.
The webpage uses standard html things plus a <img>
tag whose src
is
https://chart.googleapis.com/chart?chs=300x300&cht=qr&choe=UTF-8&chl=<DATA>
When inspecting my browser, I found that two cookies are found for this subdomain:
First one:
Name: 300gpBAK
Content: R4178757645
Host: <my subdomain>
Path: /
Expires: creation time + 1h
Second one:
Name: 300gp
Content: R588125346
Host: <my subdomain>
Path: /
Expires: creation time + 1h11
So my question boils down to: where do they come from? Is it from Google API? Why are they bound to my subdomain instead of chart.googleapis.com
?