WebUI: tell web crawlers do not index the WebUI

PR #22309.
This commit is contained in:
Chocobo1
2025-02-23 15:20:22 +08:00
committed by GitHub
parent ba3d89b674
commit 41d9ee91a1
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

View File

@@ -447,6 +447,7 @@
<file>public/images/qbittorrent-tray.svg</file> <file>public/images/qbittorrent-tray.svg</file>
<file>public/images/qbittorrent32.png</file> <file>public/images/qbittorrent32.png</file>
<file>public/index.html</file> <file>public/index.html</file>
<file>public/robots.txt</file>
<file>public/scripts/login.js</file> <file>public/scripts/login.js</file>
</qresource> </qresource>
</RCC> </RCC>