Skip to content

Commit

Permalink
login: add noindex to prevent crawling (swizzin#43)
Browse files Browse the repository at this point in the history
Prevent crawlers from indexing the box
  • Loading branch information
hassonipulus authored Dec 3, 2021
1 parent 8788d9e commit 98dde2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta name="robots" content="noindex">
<title>{{ title }}</title>
<script type="text/javascript" src="{{ url_for('static', filename='js/httpauth.js') }}"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
Expand Down Expand Up @@ -68,4 +69,4 @@
</div>
</body>

</html>
</html>

0 comments on commit 98dde2e

Please sign in to comment.