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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>