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:
parent
4a6b7e2654
commit
7be8619ab7
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue