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

pull/10239/head
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
1 changed files with 1 additions and 0 deletions

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://') {