FS#104 - before_load_handler
|
DetailsI use privoy and I enjoy it. But a lot of sites don't like it so I would love a way to whitelist those sites. Dieter pointed out that this could be done through a handler that gets called before the page loads. The new url has to be set, because based on that you can do some modification, like disabling the proxy or turning scripts on or off.
|
This task depends upon
Comment by Dieter Plaetinck (Dieter_be) -
2009-11-08 11:42:50 AM
i guess we'd need synchronous events as well. even if you get a signal before the page starts loading, you need to be sure it's processed before the loading would start
Comment by Ben Boeckel (mathstuf) -
2011-04-14 04:28:07 AM
per-site-settings should be able to do this. It is currently async however. Switching to sync in your personal config file should fix that.