- https://www.loc.gov/standards/iso639-2/ – mixed active content blocks CSS, Omniture
- https://www.loc.gov/pictures/ – mixed active content blocks CSS, JS
- https://www.loc.gov/exhibits/empire/ - mixed active content blocks CSS, JS
Last active
October 8, 2015 14:38
-
-
Save acdha/17f6f4d6fcc8dbfbc945 to your computer and use it in GitHub Desktop.
HTTPS Everywhere ruleset for Library of Congress properties which support HTTPS. Open your profile folder (In Firefox, Help ➡️ Troubleshooting Information has a button) and add this file to the “HTTPSEverywhereUserRules” folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<ruleset name="LibraryOfCongress"> | |
<target host="loc.gov"/> | |
<target host="www.loc.gov"/> | |
<target host="congress.gov"/> | |
<target host="memory.loc.gov"/> | |
<target host="lcweb2.loc.gov"/> | |
<target host="catalog.loc.gov"/> | |
<target host="catalog2.loc.gov"/> | |
<target host="cdn.loc.gov"/> | |
<rule from="^http:" to="https:"/> | |
</ruleset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment