Ignore:
Timestamp:
May 15, 2015, 2:07:27 AM (9 years ago)
Author:
andersk
Message:
Fix mixed content in scripts-special pages

Chrome now complains about https: forms targeting http:.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/config/etc/httpd/scripts-special/noaccount.html

    r2677 r2697  
    7070                        <h2>Search</h2>
    7171                        <ul>
    72                             <li><form action="http://scripts.mit.edu/" method="get"><p>Search<br /><input type="text" name="q" value="" size="15" /></p></form></li>
     72                            <li><form action="//scripts.mit.edu/" method="get"><p>Search<br /><input type="text" name="q" value="" size="15" /></p></form></li>
    7373                        </ul>
    7474                        <h2>Feeds</h2>
Note: See TracChangeset for help on using the changeset viewer.