Skip to content

Commit

Permalink
Add nofollow to handler links
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Oct 21, 2020
1 parent 89c2ff9 commit d2dc509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions authl/flask_templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{%- else -%}
{%- for url,example in handler.url_schemes[:1] -%}
<a class="$handler" href="?fill={{url.replace('%',example)|urlencode}}"
rel="nofollow"
data-url="{{url}}"
data-example="{{example}}"
title="{{title}}">
Expand Down

0 comments on commit d2dc509

Please sign in to comment.