modheader / modheader_selenium

ModHeader for Selenium
https://docs.modheader.com/advanced/selenium-webdriver
Apache License 2.0
80 stars 19 forks source link

Url filter not working together with VeePN extension #29

Closed anhhung4u closed 2 years ago

anhhung4u commented 2 years ago

I tested with my code using python + selenium and see that when I've used Mod Header alone, Url filter is working fine. But when I add VeePN extension to Chrome, somehow Url filter stops working then every request get the same referer header

hao1300 commented 2 years ago

@anhhung4u - could it be that VeePN is rerouting your requests to a different URL? If so, URL filter on the old URL may not work.

anhhung4u commented 2 years ago

You are right, I've debug VeePN's code and it cancel all other config. Issus close: :D