diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js
index 14405ef8..ef2fbf85 100644
--- a/client/src/components/ui/Icons.js
+++ b/client/src/components/ui/Icons.js
@@ -124,6 +124,10 @@ const Icons = () => (
+
+
+
+
diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js
index a5c8e922..0d607c3d 100644
--- a/client/src/helpers/constants.js
+++ b/client/src/helpers/constants.js
@@ -243,4 +243,8 @@ export const SERVICES = [
id: 'mail_ru',
name: 'mail.ru',
},
+ {
+ id: 'tiktok',
+ name: 'TikTok',
+ },
];
diff --git a/home/blocked_services.go b/home/blocked_services.go
index 5f9e58b9..c3a6dc26 100644
--- a/home/blocked_services.go
+++ b/home/blocked_services.go
@@ -35,6 +35,7 @@ var serviceRulesArray = []svc{
{"vk", []string{"||vk.com^"}},
{"steam", []string{"||steam.com^"}},
{"mail_ru", []string{"||mail.ru^"}},
+ {"tiktok", []string{"||tiktok.com^", "||snssdk.com^", "||amemv.com^", "||toutiao.com^", "||ixigua.com^", "||pstatp.com^", "||ixiguavideo.com^", "||toutiaocloud.com^", "||toutiaocloud.net^", "||bdurl.com^", "||bytecdn.cn^", "||byteimg.com^", "||ixigua.com^"}},
}
// convert array to map