Skip to content

Instantly share code, notes, and snippets.

@amcorreia
Created June 28, 2017 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amcorreia/289996ab6fbcc8d811e8b661d44507fd to your computer and use it in GitHub Desktop.
Save amcorreia/289996ab6fbcc8d811e8b661d44507fd to your computer and use it in GitHub Desktop.
acl ytb_dom dstdomain .youtube.com .ytimg.com
acl ytb_video_re url_regex -i aoiP-WK3V8o generate_204 videoplayback watch_as3-vflqEsLb3.swf
redirector_access deny ytb_dom ytb_video_re
http_access allow ytb_dom ytb_video_re
acl ytb_css url_regex -i \.css $ \.js $ \.jpg $
redirector_access deny ytb_css ytb_dom
http_access allow ytb_css ytb_dom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment