thoroc / scriptno

Automatically exported from code.google.com/p/scriptno
1 stars 0 forks source link

Netflix "blocked" #191

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load Netflix
2. Select a show/movie.
3. ScriptNo blocks refs to 108.175.xxx.xxx sites. These sites must be allowed 
to permit playing video. No provision in ScriptNo to enter these sites as wild 
cards 108.187.*.* as far as I can see.

What is the expected output? What do you see instead?

Netflix stalls at 20%, then reports issue with playback. Manually allowing 
108.187.xxx.xxx solves issue. These sites change the last two number sets 
frequently

What version of the product are you using? On what operating system?

1.06.x

Please provide any additional information below.

Original issue reported on code.google.com by jjtd...@gmail.com on 25 Jan 2013 at 7:45

GoogleCodeExporter commented 9 years ago
Netflix is using IP addresses in the 108.175.32.0/20 subnet by ip address. It 
would be nice to be able to add IP subnets in CIDR notation to the whitelist - 
or at least with a * on the end. For netflix it would be:

108.175.32.0/20

or with * you can add:

108.175.32.*
108.175.33.*
108.175.34.*
108.175.35.*
108.175.36.*
108.175.37.*
108.175.38.*
108.175.39.*
108.175.40.*
108.175.41.*
108.175.42.*
108.175.43.*
108.175.44.*
108.175.45.*
108.175.46.*
108.175.47.*

I can probably write a script to add the individual IP addresses to the 
whitelist by importing a file, but I'm not sure how much adding 1024 entries 
would bog down the browsing.

Original comment by tangert@gmail.com on 9 Feb 2015 at 6:53

GoogleCodeExporter commented 9 years ago
Defects 191, 218 and 278 seem to be related. 

Original comment by tangert@gmail.com on 9 Feb 2015 at 7:24