]> git.mxchange.org Git - friendica.git/commitdiff
add a nofollow to the blocklist export link
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 26 Oct 2022 05:30:46 +0000 (07:30 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 26 Oct 2022 05:30:46 +0000 (07:30 +0200)
view/templates/friendica.tpl

index a5c765f96e9532f13b094620fc72850f6553422f..ae181ad825a0d3130421135152166dba5b80749b 100644 (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}}