|
@@ -110,7 +110,6 @@ class DefaultOneTimeTokenSubmitPageGeneratingFilterTests {
|
|
|
<title>One-Time Token Login</title>
|
|
|
<meta charset="utf-8"/>
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
|
|
- <meta http-equiv="Content-Security-Policy" content="script-src 'sha256-oZhLbc2kO8b8oaYLrUc7uye1MgVKMyLtPqWR4WtKF+c='"/>
|
|
|
<style>
|
|
|
/* General layout */
|
|
|
body {
|
|
@@ -238,11 +237,6 @@ class DefaultOneTimeTokenSubmitPageGeneratingFilterTests {
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
- <noscript>
|
|
|
- <p>
|
|
|
- <strong>Note:</strong> Since your browser does not support JavaScript, you must press the Sign In button once to proceed.
|
|
|
- </p>
|
|
|
- </noscript>
|
|
|
<div class="container">
|
|
|
<form class="login-form" action="/login/another" method="post">
|
|
|
<h2>Please input the token</h2>
|