Rob--W / cors-anywhere

CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
MIT License
8.5k stars 5.92k forks source link

how to block specific final link not origin #455

Open ajeje989 opened 1 year ago

ajeje989 commented 1 year ago

sorry for my bad english

I need to block a single specific array in my own proxy anyhwere Example : http://myip:8080/https://stream-55.zeno.fm/epnau3hppxquv?zs=tG5xqbECTfWFremqTmloBw/7.html

i need to block this -> https://stream-55.zeno.fm/epnau3hppxquv?zs=tG5xqbECTfWFremqTmloBw/7.html

is possibile ?

I read that I can only blacklist the source.

i have to block not original but i only the final links.

Please help me.