Skip to content

Commit 90c1ece

Browse files
authored
add noopener noreferrer to target link to prevent reverse tabnabbing attacks (#287)
Signed-off-by: Erlan Zholdubai uulu <[email protected]>
1 parent 9b3f784 commit 90c1ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/landing_page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>{{.Name}}</h1>
3636
<li><a href="{{if $.RoutePrefix}}{{ $.RoutePrefix }}{{end}}debug/pprof/heap">heap usage (memory)</a>
3737
<li><a href="{{if $.RoutePrefix}}{{ $.RoutePrefix }}{{end}}debug/pprof/profile?seconds=60">CPU usage (60 second profile)</a>
3838
</ul>
39-
To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank">pprof.me</a>
39+
To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank" rel="noopener noreferrer">pprof.me</a>
4040
</div>
4141
</main>
4242
</body>

0 commit comments

Comments
 (0)