From 6774b0d468c3abbe4102f02fd4146e80a9ff3e12 Mon Sep 17 00:00:00 2001 From: eris Date: Thu, 8 Sep 2022 19:54:04 +0000 Subject: [PATCH] Revert "Obfuscate domain names in MRF panel" This reverts commit 2dc954ebfa09fdd654a6c65c026eee0969402353. --- .../mrf_transparency_panel/mrf_transparency_panel.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/mrf_transparency_panel/mrf_transparency_panel.vue b/src/components/mrf_transparency_panel/mrf_transparency_panel.vue index e8e6d3dd..2cc584a7 100644 --- a/src/components/mrf_transparency_panel/mrf_transparency_panel.vue +++ b/src/components/mrf_transparency_panel/mrf_transparency_panel.vue @@ -65,7 +65,7 @@ v-for="entry in rejectInstances" :key="entry.instance + '_reject'" > - {{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }} + {{ entry.instance }} {{ $t("about.mrf.simple.not_applicable") }} @@ -90,7 +90,7 @@ v-for="entry in quarantineInstances" :key="entry.instance + '_quarantine'" > - {{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }} + {{ entry.instance }} {{ $t("about.mrf.simple.not_applicable") }} @@ -115,7 +115,7 @@ v-for="entry in ftlRemovalInstances" :key="entry.instance + '_ftl_removal'" > - {{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }} + {{ entry.instance }} {{ $t("about.mrf.simple.not_applicable") }} @@ -140,7 +140,7 @@ v-for="entry in mediaNsfwInstances" :key="entry.instance + '_media_nsfw'" > - {{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }} + {{ entry.instance }} {{ $t("about.mrf.simple.not_applicable") }} @@ -165,7 +165,7 @@ v-for="entry in mediaRemovalInstances" :key="entry.instance + '_media_removal'" > - {{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }} + {{ entry.instance }} {{ $t("about.mrf.simple.not_applicable") }}