Skip to content

Commit f102699

Browse files
committed
Add rel="nofollow" to some links
1 parent 09e41e5 commit f102699

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Pages/Index.cshtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</p>
5656
</div>
5757
<div class="card-footer p-0">
58-
<a href="/.well-known/openid-configuration" class="btn btn-primary w-100">
58+
<a href="/.well-known/openid-configuration" rel="nofollow" class="btn btn-primary w-100">
5959
Go
6060
<i class="glyphicon glyphicon-chevron-right"></i>
6161
</a>
@@ -70,7 +70,7 @@
7070
<p class="card-text">See the claims for your current session.</p>
7171
</div>
7272
<div class="card-footer p-0">
73-
<a href="/diagnostics/" class="btn btn-primary w-100">
73+
<a href="/diagnostics/" rel="nofollow" class="btn btn-primary w-100">
7474
Go
7575
<i class="glyphicon glyphicon-chevron-right"></i>
7676
</a>
@@ -85,7 +85,7 @@
8585
<p class="card-text">Manage your stored grants.</p>
8686
</div>
8787
<div class="card-footer p-0">
88-
<a href="/grants/" class="btn btn-primary w-100">
88+
<a href="/grants/" rel="nofollow" class="btn btn-primary w-100">
8989
Go
9090
<i class="glyphicon glyphicon-chevron-right"></i>
9191
</a>
@@ -100,7 +100,7 @@
100100
<p class="card-text">View your pending Client-Initiated Backchannel Authentication (CIBA) login requests.</p>
101101
</div>
102102
<div class="card-footer p-0">
103-
<a href="/ciba/all/" class="btn btn-primary w-100">
103+
<a href="/ciba/all/" rel="nofollow" class="btn btn-primary w-100">
104104
Go
105105
<i class="glyphicon glyphicon-chevron-right"></i>
106106
</a>

0 commit comments

Comments
 (0)