verizonwireless.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
macabe
New Member
New Member
Posts: 4
Joined: Wed Apr 26, 2017 6:02 pm

verizonwireless.com

Post by macabe »

I noticed requests to the third party domain s-vop.sundaysky.com on multiple web sites, e.g. on

Code: Select all

 https://www.verizonwireless.com/vzw/homepage/ 
and

Code: Select all

https://www.att.com/internet/ 
The domain sets the cookie "sskyu" that stores an unique identifier and is valid for 2 years.
uBlock origin with default list settings does not block the domain.

I'd propose to add the following rules:

Code: Select all

||s-vop.sundaysky.com
||vop.sundaysky.com
The second domain seems to be used for insecure connections.

Or, since the cookie is set for ".sundaysky.com":

Code: Select all

||sundaysky.com$third-party
Locked