Last active
August 29, 2015 14:08
-
-
Save somini/0a9e0406f03d5f14363a to your computer and use it in GitHub Desktop.
Policeman rulesets: Allow MAGNET links
This file contains 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: "scheme_magnet" | |
l10n: | |
en-US: | |
name: "Allow Magnet Links" | |
description: "This allows clicking in magnet links" | |
rules: | |
* -> *: | |
# Allow magnet links | |
[scheme] * -> magnet: ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment