Set noindex, nofollow to ViewPaymentRequest.cshtml (#1701)

This commit is contained in:
Riccardo Masutti 2020-06-27 11:58:55 +02:00 committed by GitHub
parent 91720a0f34
commit 3e717ecdbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
<head>
<title>@Model.Title</title>
<meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="@Context.Request.GetRelativePathOrAbsolute(themeManager.BootstrapUri)" rel="stylesheet" />