This website
No cookies, no local storage, no trackers
There is no consent banner on this site because there is nothing to consent to. No cookie is set, no local or session storage is written, no analytics or advertising script is loaded, and no font, image, or embed is fetched from another domain.
That is not a promise you have to trust. Every page is served with a Content-Security-Policy of default-src 'self', which instructs your browser to refuse connections to any other origin. Open your browser's developer tools, look at the Network and Application tabs, and you will find an empty cookie jar and no third-party requests.
The application
The FAPG Trust Desk application is a different matter, because it has to remember that you are signed in.
It stores an authentication session on your device — strictly necessary for the service to function, never used for advertising, and never shared with a third party for their own purposes. Signing out clears it.
Do Not Track
There is no industry consensus on how to respond to Do Not Track headers, so most sites ignore them. Since we do no tracking at all, the question does not arise here.
We do honour Global Privacy Control signals as opt-out requests.
