Cookies and local storage
FishingHQ sets no cookies. It stores two small values in your browser, both of which exist because you chose something, and neither of which is sent anywhere as a cookie.
No cookies at all
FishingHQ sets no cookies of any kind — not necessary ones, not analytics ones, and certainly not advertising ones. There is no login, no session, and no server that needs to recognise you between requests, because every page is generated in advance and served as a static file.
The two things that are stored
- Your analytics choice, in local storage, so the banner does not ask you again on every page. It holds one word: granted or denied.
- An anonymous session identifier, in session storage, created only if you chose to allow analytics. It is random, it is destroyed when the tab closes, and it is deleted immediately if you withdraw consent.
Neither is a cookie, so neither is transmitted with requests. Both are removed by clearing this site’s data in your browser, which also resets the banner.
No third parties
There are no third-party scripts, fonts, images or embeds on FishingHQ. The content security policy blocks outbound connections to anything except the HEKNO Analytics endpoint, and that only when analytics is both configured and permitted.
Full detail is in the privacy page.