Skip to content

Commit 2ecda9f

Browse files
committed
Use stricter noreferrer flag for external links
1 parent 5163b14 commit 2ecda9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mopidy_api_explorer/static/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h1>WebSocket endpoint</h1>
4545
You can use this endpoint to access Mopidy's full API, and
4646
to get notified about events happening in Mopidy.
4747
<br>
48-
<a href="https://docs.mopidy.com/en/latest/api/http/#websocket-api" target="_blank" rel="noopener">More info</a>
48+
<a href="https://docs.mopidy.com/en/latest/api/http/#websocket-api" target="_blank" rel="noreferrer">More info</a>
4949
</p>
5050
</div>
5151

@@ -58,7 +58,7 @@ <h1>HTTP POST RPC endpoint</h1>
5858
While you can't listen to events via this endpoint, it
5959
doesn't require maintaining a persistent connection.
6060
<br>
61-
<a href="https://docs.mopidy.com/en/latest/api/http/#http-post-api" target="_blank" rel="noopener">More info</a>
61+
<a href="https://docs.mopidy.com/en/latest/api/http/#http-post-api" target="_blank" rel="noreferrer">More info</a>
6262
</p>
6363
</div>
6464

@@ -76,7 +76,7 @@ <h1>JavaScript API</h1>
7676
<pre>window.mopidy = new Mopidy();</pre>
7777
</div>
7878
<p>
79-
More info can be found at the <a href="https://docs.mopidy.com/en/latest/api/js/" target="_blank" rel="noopener">Mopidy.js documentation</a>
79+
More info can be found at the <a href="https://docs.mopidy.com/en/latest/api/js/" target="_blank" rel="noreferrer">Mopidy.js documentation</a>
8080
</p>
8181
</div>
8282

@@ -101,7 +101,7 @@ <h2>Documentation</h2>
101101

102102
<p>
103103
For more information, please refer to the Mopidy documentation at
104-
<a href="https://docs.mopidy.com/" target="_blank" rel="noopener">docs.mopidy.com</a>.
104+
<a href="https://docs.mopidy.com/" target="_blank" rel="noreferrer">docs.mopidy.com</a>.
105105
</p>
106106
</div>
107107
</main>

0 commit comments

Comments
 (0)