Predefined Extended Privacy Mode
Define Extended Privacy Mode via system parameter
For additional security, you can set the Extended Privacy Mode on system level of Confluence as a system parameter. If this is the case, Confluence Administrators can't change the setting through the Viewtracker configuration interface. To change the setting, you require server access.
If you configure the mode via system parameter, the Extended Privacy Mode will be pre-defined upon starting the Confluence application.
How do I set the System parameter?
Here is an example of the ViewtrackerPrivacyMode set in the System Properties. This syntax is valid for all other system parameters.
Please see Atlassian's Documentation to learn where to change System Parameters.
setenv.sh
[...]
CATALINA_OPTS="-DViewtrackerPrivacyMode=true ${CATALINA_OPTS}"
[...]
export CATALINA_OPTS