it's possible that somethink is setting google analitics _ga and _gid cookies without script in code in my app ?
I am starting work in old project Angular + .Net and this cookies are randomly set but I can't found any code to do this. I have not working with google analitics yet.
The only think that I found it was Content Security Policy allow to :
"Content-Security-Policy": ...; script-src 'self' https://www.googletagmanager.com ; ... ; connect-src 'self' https://api.someDomain.com wss://api.someDomain.com https://analytics.google.com ;...
It's possible that this is a source of this cookies ? I know that others app under the same domain are using google analitics.