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/unauthorized.html

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