diff options
author | Florent <florent.git@zeteo.me> | 2022-08-04 09:27:23 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-08-04 09:49:37 +0200 |
commit | 2c9c6e653e896b9815b360bd566a657999fffb31 (patch) | |
tree | b1ed85d80decb9b850115467fe4ec58bac42a84f | |
parent | b37d80e3ced7d731bf0a0e985258041419cd972a (diff) | |
download | PeerTube-2c9c6e653e896b9815b360bd566a657999fffb31.tar.gz PeerTube-2c9c6e653e896b9815b360bd566a657999fffb31.tar.zst PeerTube-2c9c6e653e896b9815b360bd566a657999fffb31.zip |
Disallow sending analytics data to Angular team
-rw-r--r-- | client/angular.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index 47f7ab7dd..a7dbe1cad 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -330,5 +330,8 @@ | |||
330 | "@schematics/angular:directive": { | 330 | "@schematics/angular:directive": { |
331 | "prefix": "my" | 331 | "prefix": "my" |
332 | } | 332 | } |
333 | }, | ||
334 | "cli": { | ||
335 | "analytics": false | ||
333 | } | 336 | } |
334 | } | 337 | } |