Last active
January 15, 2019 15:29
-
-
Save shouya/9b210fabd1e3066a1d5764f017e077e5 to your computer and use it in GitHub Desktop.
uMatrix ruleset
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
! uMatrix: Ruleset recipes 1.0 | |
! Title: Shou's Ruleset | |
! Maintainer: Shou Ya | |
! CDN | |
* ajax.googleapis.com script allow | |
* cdn.bootcss.com script allow | |
* cdn.ravenjs.com script allow | |
* cdn.sstatic.net script allow | |
* cdnjs.cloudflare.com script allow | |
* code.jquery.com script allow | |
* jsdelivr.net script allow | |
* ravenjs.com script allow | |
* squarespace.com script allow | |
* s3.amazonaws.com media allow | |
* s3.amazonaws.com script allow | |
* s3.amazonaws.com xhr allow | |
! Youtube iframe | |
* youtube.com * allow | |
* youtube.com frame allow | |
* youtube.com script allow | |
* googlevideo.com * allow | |
* googlevideo.com xhr allow | |
* ytimg.com * allow | |
* ytimg.com script allow | |
! reCaptcha | |
* www.google.com * allow | |
* www.google.com frame allow | |
* www.gstatic.com * allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment