This is what's in the web policy:
client.address="Networks" category="TV-Streaming Blocklist" exception(user_defined.blocked_site)
condition="TV-Streaming Apps" client.address="Networks" exception(user_defined.blocked_site)
define category "TV-Streaming Blocklist"
//twitch.tv/
//www.hulu.com/watch
//www.hulu.com/site-player
//hulu.com/
//hulustream.com/
//huluedgecast.com/
//huluqa.com/
//san.huluqa.com.edgekey.net/
//netflix.com/
//nflximg.com/
//nflximg.net/
//nflxext.com/
//nflxext.net/
//nflxvideo.net/
end
define condition "TV-Streaming Apps"
url.application.name=Hulu
url.application.name=Netflix
url.application.name="Twitch TV"
end
Also Tried this in the CPL:
Policy to block Netflix - Begin
<proxy>
server_url.host.substring=netflix deny
server_url.host.substring=nflximg deny
server_url.host.substring=nflxext deny
server_url.host.substring=nflxvideo deny
; Policy to block Netflix - End
; Policy to block Hulu - Begin
<proxy>
server_url.host.substring=hulu deny
server_url.host.substring=hulustream deny
server_url.host.substring=huluedgecast deny
server_url.host.substring=huluqa deny
; Policy to block Hulu - End