mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
d4c2d0c57f
commit
8c7915fcde
1 changed files with 1 additions and 1 deletions
2
docs/theme/mkdocs/footer.html
vendored
2
docs/theme/mkdocs/footer.html
vendored
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue