propaganda --> disinformation

This commit is contained in:
ashley 2024-08-17 19:22:42 +00:00
parent 47009054da
commit 2fd231f1d9

View file

@ -280,7 +280,7 @@ var continuationExists = 'continuation' in req.query;
if (ID.includes(bannedchannels) && !bypassExists && !tabExists && !continuationExists) {
var cinv = {
error:`this channel may include propaganda. If you still wanna view content <a href="/channel?id=${ID}&bypass=${bypassQuery}">click here</a> to bypass this restriction.`
error:`this channel may include disinformation. If you still wanna view content <a href="/channel?id=${ID}&bypass=${bypassQuery}">click here</a> to bypass this restriction.`
}
}