forked from AkkomaGang/akkoma-fe
Revert "Obfuscate domain names in MRF panel"
This reverts commit 2dc954ebfa
.
This commit is contained in:
parent
7f09a45b99
commit
6774b0d468
1 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@
|
|||
v-for="entry in rejectInstances"
|
||||
:key="entry.instance + '_reject'"
|
||||
>
|
||||
<td>{{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }}</td>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
|
@ -90,7 +90,7 @@
|
|||
v-for="entry in quarantineInstances"
|
||||
:key="entry.instance + '_quarantine'"
|
||||
>
|
||||
<td>{{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }}</td>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
|
@ -115,7 +115,7 @@
|
|||
v-for="entry in ftlRemovalInstances"
|
||||
:key="entry.instance + '_ftl_removal'"
|
||||
>
|
||||
<td>{{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }}</td>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
|
@ -140,7 +140,7 @@
|
|||
v-for="entry in mediaNsfwInstances"
|
||||
:key="entry.instance + '_media_nsfw'"
|
||||
>
|
||||
<td>{{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }}</td>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
|
@ -165,7 +165,7 @@
|
|||
v-for="entry in mediaRemovalInstances"
|
||||
:key="entry.instance + '_media_removal'"
|
||||
>
|
||||
<td>{{ entry.instance.replace(/[aeiou](?=.*\.)/gi, '*') }}</td>
|
||||
<td>{{ entry.instance }}</td>
|
||||
<td v-if="entry.reason === ''">
|
||||
{{ $t("about.mrf.simple.not_applicable") }}
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue