1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

fix(search): Add noindex meta tag EE-5371 (#10220)

This commit is contained in:
Dakota Walsh 2023-09-04 07:45:44 +12:00 committed by GitHub
parent 4a6b7e2654
commit 7be8619ab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="noindex" />
<base id="base" />
<script>
if (window.origin == 'file://') {