]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/utils.ts
Adding nofollow to links. Fixes #542 (#543)
[lemmy-ui.git] / src / shared / utils.ts
index 1c7c5f4a8915c79f2cee58ed9d91318e31f87da4..e25d4d470ffd492a7d009283490914294583bc6f 100644 (file)
@@ -75,6 +75,8 @@ export const postRefetchSeconds: number = 60 * 1000;
 export const fetchLimit = 20;
 export const mentionDropdownFetchLimit = 10;
 
+export const relTags = "noopener nofollow";
+
 export const themes = [
   "litera",
   "materia",