Loading privacy/src/privacy.c +6 −2 Original line number Diff line number Diff line Loading @@ -313,7 +313,9 @@ PUBLIC void PRVCY_ToggleAnonymous() { if (anonymous) { NET_UnanonymizeCookies(); #ifdef SingleSignon SI_UnanonymizeSignons(); #endif /* * Global history changes are not complete yet. Need to modify * lib/libmisc/glhist.c so it uses a different file when in Loading @@ -323,7 +325,9 @@ PRVCY_ToggleAnonymous() { GH_SaveGlobalHistory(); } else { NET_AnonymizeCookies(); #ifdef SingleSignon SI_AnonymizeSignons(); #endif GH_SaveGlobalHistory(); GH_FreeGlobalHistory(); } Loading Loading
privacy/src/privacy.c +6 −2 Original line number Diff line number Diff line Loading @@ -313,7 +313,9 @@ PUBLIC void PRVCY_ToggleAnonymous() { if (anonymous) { NET_UnanonymizeCookies(); #ifdef SingleSignon SI_UnanonymizeSignons(); #endif /* * Global history changes are not complete yet. Need to modify * lib/libmisc/glhist.c so it uses a different file when in Loading @@ -323,7 +325,9 @@ PRVCY_ToggleAnonymous() { GH_SaveGlobalHistory(); } else { NET_AnonymizeCookies(); #ifdef SingleSignon SI_AnonymizeSignons(); #endif GH_SaveGlobalHistory(); GH_FreeGlobalHistory(); } Loading