mirror of https://github.com/portainer/portainer
fix(search): Add noindex meta tag EE-5371 (#10220)
parent
4a6b7e2654
commit
7be8619ab7
|
@ -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://') {
|
||||
|
|
Loading…
Reference in New Issue