mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 10:25:47 +03:00
perf: Disallow robots indexing of the WebUI to reduce exposure (#1903)
This commit is contained in:
parent
3359a9c4f8
commit
b829924581
2 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
<link rel="icon" href="icon.svg" type="image/svg+xml" />
|
<link rel="icon" href="icon.svg" type="image/svg+xml" />
|
||||||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||||
<meta name="theme-color" content="#000" />
|
<meta name="theme-color" content="#000" />
|
||||||
|
<meta name="robots" content="noindex, nofollow">
|
||||||
<title>VueTorrent</title>
|
<title>VueTorrent</title>
|
||||||
|
|
||||||
<script type="module" src="/src/globalErrorHandler.ts"></script>
|
<script type="module" src="/src/globalErrorHandler.ts"></script>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow:
|
Disallow: /
|
||||||
|
|
Loading…
Reference in a new issue