Use embedded piwik caller rather than piwik.js bcuz CSP :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
7a026eb15d
commit
8d445d54ec
2 changed files with 139 additions and 85 deletions
|
@ -632,7 +632,7 @@ export async function onLoggedOut() {
|
|||
* @returns {Promise} promise which resolves once the stores have been cleared
|
||||
*/
|
||||
async function _clearStorage() {
|
||||
Analytics.logout();
|
||||
Analytics.disable();
|
||||
|
||||
if (window.localStorage) {
|
||||
window.localStorage.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue