Internet Explorer URL blocking with Python?

Posted by Zachary Brown on Stack Overflow See other posts from Stack Overflow or by Zachary Brown
Published on 2010-05-05T14:19:46Z Indexed on 2010/05/05 14:28 UTC
Read the original article Hit count: 199

Filed under:
|
|
|
|

I need to be able to block the urls that are stored in a text file on the hard disk using Python. If the url the user tries to visit is in the file, it redirects them to another page instead. How is this done?

© Stack Overflow or respective owner

Related posts about python

Related posts about internet-explorer