Last active
August 29, 2015 14:12
-
-
Save futpib/003f48c0db2da562ff5f to your computer and use it in GitHub Desktop.
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
magic: policeman_ruleset | |
version: 0.1 | |
id: "https_half_open_sandbox" | |
l10n: | |
en-US: | |
name: "HTTPS sandbox" | |
description: "Reject non-HTTPS requests from HTTPS pages" | |
rules: | |
web -> web: | |
[scheme] https -> ! https: REJECT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment