Browse Source

feat: add youtube link

Ahmad Kholid 3 years ago
parent
commit
60525ff14b
3 changed files with 9 additions and 1 deletions
  1. 2 0
      src/lib/vRemixicon.js
  2. 2 1
      src/manifest.firefox.json
  3. 5 0
      src/utils/shared.js

+ 2 - 0
src/lib/vRemixicon.js

@@ -52,6 +52,7 @@ import {
   riTwitterLine,
   riDiscordLine,
   riLinkUnlinkM,
+  riYoutubeLine,
   riSideBarLine,
   riSideBarFill,
   riWindow2Line,
@@ -164,6 +165,7 @@ export const icons = {
   riTwitterLine,
   riDiscordLine,
   riLinkUnlinkM,
+  riYoutubeLine,
   riSideBarLine,
   riSideBarFill,
   riWindow2Line,

+ 2 - 1
src/manifest.firefox.json

@@ -69,5 +69,6 @@
     "/Inter-roman-latin.var.woff2",
     "/locales/*",
     "elementSelector.bundle.js"
-  ]
+  ],
+  "content_security_policy": "script-src 'self' https:; object-src 'self'"
 }

+ 5 - 0
src/utils/shared.js

@@ -1118,6 +1118,11 @@ export const communities = [
     icon: 'riDiscordLine',
     url: 'https://discord.gg/C6khwwTE84',
   },
+  {
+    name: 'YouTube',
+    icon: 'riYoutubeLine',
+    url: 'https://www.youtube.com/channel/UCL3qU64hW0fsIj2vOayOQUQ',
+  },
 ];
 
 export const elementsHighlightData = {