Skip to content

Commit

Permalink
add noopener noreferrer to target link to prevent reverse tabnabbing …
Browse files Browse the repository at this point in the history
…attacks
  • Loading branch information
erlan-z committed Jan 21, 2025
1 parent 9a0befe commit 4fde274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>{{.Name}}</h1>
<li><a href="{{if $.RoutePrefix}}{{ $.RoutePrefix }}{{end}}debug/pprof/heap">heap usage (memory)</a>
<li><a href="{{if $.RoutePrefix}}{{ $.RoutePrefix }}{{end}}debug/pprof/profile?seconds=60">CPU usage (60 second profile)</a>
</ul>
To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank">pprof.me</a>
To visualize and share profiles you can upload to <a href="https://pprof.me" target="_blank" rel="noopener noreferrer">pprof.me</a>
</div>
</main>
</body>
Expand Down

0 comments on commit 4fde274

Please sign in to comment.