From 3c47b293558d7818830cbab2f56759bab8cbf444 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Mon, 22 Nov 2021 20:22:18 +0100 Subject: [PATCH] [terms] add trolling to forbidden behaviours --- routes/terms.vue | 2 +- src/forbidden.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/terms.vue b/routes/terms.vue index 88ef45d31..7c8038979 100644 --- a/routes/terms.vue +++ b/routes/terms.vue @@ -5,7 +5,7 @@ terms.header -

terms.lastUpdate: 2021-09-12

+

terms.lastUpdate: 2021-11-22

These Terms of Service govern your access to and use of the Service provided on the website diff --git a/src/forbidden.js b/src/forbidden.js index 035a2e182..d1889ab49 100644 --- a/src/forbidden.js +++ b/src/forbidden.js @@ -16,6 +16,7 @@ export default [ 'misinformation', 'sharing of someone else\'s personal data', 'spam', + 'trolling', 'advertisement', 'copyright or trademark violations', ];