younesaassila / ttv-lol-pro

TTV LOL PRO removes most livestream ads from Twitch. This is free, don't expect it to be perfect.
GNU General Public License v3.0
1.39k stars 28 forks source link

Allow EU/NA restricted proxies and block api.ttv.lol (V1 proxy) #215

Closed zGato closed 1 year ago

zGato commented 1 year ago

This PR aims to add the new EU/NA restricted proxy (na.restricted.api.cdn-perfprod.com and eu.restricted.api.cdn-perfprod.com to the list of allowed proxies, including restricted.api.cdn-perfprod.com

This PR also adds api.ttv.lol as a blocked V1 proxy (as V1 proxies are not compatible with V2)

Also, I consider that we should allow Firefox users who have issues with optimized proxies to use the Chrome proxy for proxy all requests, so chrome.api.cdn-perfprod.com:4023 is inserted by default on Chrome & Firefox (removed check isChromium)

And lastly, removed an extra space I mistakenly inserted in my last PR