Skip to content

Instantly share code, notes, and snippets.

@somini
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save somini/0a9e0406f03d5f14363a to your computer and use it in GitHub Desktop.
Save somini/0a9e0406f03d5f14363a to your computer and use it in GitHub Desktop.
Policeman rulesets: Allow MAGNET links
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