Add noreferrer to foter link
This commit is contained in:
@@ -643,7 +643,7 @@ export default class App extends Component {
|
|||||||
|
|
||||||
<footer class="flex flex-row justify-start p-8 opacity-50 text-xs">
|
<footer class="flex flex-row justify-start p-8 opacity-50 text-xs">
|
||||||
<span class="mx-1 inline-block">
|
<span class="mx-1 inline-block">
|
||||||
<a href="${URL_OWNCAST}" target="_blank">About Owncast</a>
|
<a href="${URL_OWNCAST}" rel="noopener noreferrer" target="_blank">About Owncast</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="mx-1 inline-block">Version ${appVersion}</span>
|
<span class="mx-1 inline-block">Version ${appVersion}</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user