Google Chrome Begins Requiring All Pages with Forms to Use HTTPS
October 20, 2017
Google Chrome will show “Not Secure” warnings on pages that have forms that are not running under HTTPS.
This includes any page with an input.
<input type="email" id="email" name="email" placeholder="Email*" value="<?php echo htmlspecialchars($_POST['email']); ?>">
Continue reading “Google Chrome Begins Requiring All Pages with Forms to Use HTTPS” »