Reduce tracking without breaking everything
Problem statement
Many websites and third-party services track user behavior through cookies, referrer headers, and user-agent details. That exposure can weaken privacy posture and increase unnecessary data disclosure, but aggressive privacy controls can also break federated login, embedded services, and browser-specific web behavior if rolled out carelessly.Client scenario
Use Elevated Privacy when you need to:- block third-party cookies
- reduce referral leakage to external sites
- reduce browser fingerprint exposure
- apply stronger privacy controls to selected users or traffic profiles
Key benefits
Elevated Privacy gives SafeSquid a graduated privacy model instead of a single all-or-nothing switch. That lets administrators tighten privacy where it matters while still allowing business exceptions where SSO, third-party identity providers, or application compatibility require them.Prerequisites
Client-side preparations
- Identify the user groups, applications, and websites that depend on third-party sign-in or third-party cookies.
- Choose pilot users first before broad rollout.
SafeSquid-side setup
- Confirm the Elevated Privacy section is available and enabled only when you are ready to test it.
- Decide which profiles need strict privacy and which need a bypass.
Setup instructions
Enable the global section
Set the Elevated Privacy global Enabled field toTRUE.

Create privacy policies in top-down order
Elevated Privacy entries are evaluated from top to bottom, so place narrow exceptions above broad privacy rules when a business workflow must stay functional.
Choose the privacy level deliberately
Available privacy levels are:NOT_REQUIRED: disable Elevated Privacy for matching trafficLOW: block third-party cookies onlySTANDARD: block third-party cookies and hide HTTP and HTTPS referrer informationPARANOID: block third-party cookies, hide referrer information, and hide different user agents
PARANOID carefully. Some websites and applications depend on user-agent behavior and can malfunction when that signal is suppressed or normalized.
Build a strict privacy rule where it is appropriate
For high-privacy use cases, create a rule that applies a stronger privacy level to a dedicated profile. The existing example remains useful:- remove third-party cookies
- hide referrer data
- modify user-agent exposure

Create a bypass for known business exceptions
Some sites require third-party identity providers for login. In those cases, create a bypass profile rather than weakening privacy globally. The existing example remains valid: connections tagged with a bypass profile can skip Elevated Privacy where third-party authentication is required.
Verification and validation
Positive tests
Test a site where privacy controls should apply. Expected result:- third-party cookies are blocked at the selected privacy level
- referrer exposure is reduced when using
STANDARDorPARANOID - the privacy policy applies only to the intended users or profiles
Negative tests
Test a site that relies on federated or third-party login. Expected result:- the site fails when strong privacy is enforced, if it genuinely depends on third-party cookies
- the site works again when the intended bypass profile is applied
Troubleshooting guide
Users cannot sign in to sites that use external identity providers
Likely causes:- third-party cookies are being blocked
- the wrong privacy level is applied
- the bypass profile is missing or placed too low in rule order
- identify whether the site uses third-party SSO
- inspect which privacy rule actually applied
- test the same site with and without the bypass profile
- add or correct the bypass profile
- move the exception above the broad rule
- retest the login flow
Websites behave differently or render incorrectly
Likely causes:PARANOIDmode is suppressing user-agent behavior needed by the site- referrer suppression changes the application flow
- compare behavior under
STANDARDandPARANOID - identify whether user-agent-dependent content is involved
- reduce the privacy level for that workflow
- scope
PARANOIDmode to only the users or sites that truly need it
Related controls / next steps
- Use Access Restriction and Request Profiles to scope privacy controls more precisely.
- Use Security Logs and privacy-related records to validate that the right policy path applied.

