зеркало из https://github.com/microsoft/docker.git
Use HTTPS for newsletter signup form
This is causing an insecure HTTPS error in Chrome 37. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Родитель
d4c2d0c57f
Коммит
8c7915fcde
|
@ -56,7 +56,7 @@
|
|||
<span class="footer-title">Connect</span>
|
||||
<div class="search">
|
||||
<span>Subscribe to our newsletter</span>
|
||||
<form action="http://www.docker.com/subscribe_newsletter/" method="post">
|
||||
<form action="https://www.docker.com/subscribe_newsletter/" method="post">
|
||||
<input type='hidden' name='csrfmiddlewaretoken' value='aWL78QXQkY8DSKNYh6cl08p5eTLl7sOa' />
|
||||
<tr><th><label for="id_email">Email:</label></th><td><input class="form-control" id="id_email" name="email" placeholder="Enter your email" type="text" /></td></tr>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче