Merge pull request #12068 from tobiasd/20221026-nofollow

add a nofollow to the blocklist export link
This commit is contained in:
Hypolite Petovan 2022-10-26 01:36:15 -04:00 committed by GitHub
commit 80dc593159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
{{/foreach}}
</tbody>
</table>
<p><a href="/blocklist/domain/download"><i class="fa fa-download"></i> {{$block_list.download}}</a></p>
<p><a rel="nofollow" href="/blocklist/domain/download"><i class="fa fa-download"></i> {{$block_list.download}}</a></p>
</div>
{{/if}}