mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00: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:
Vendored
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user