Hi!

I've recently started using vimb and one of the main things I am missing 
right now is "per domain settings". It would be very useful to set 
different webkit's settings for some sites.

For example, I usually set scripts to false, but for some sites that I
trust I want to set this option to true permanently. Such settings can
be stored in a file which contains something like this

        example.com     scripts=true,cookie-accept=origin
        .example.com    cookie-accept=origin,plugins=true

The first line matches the domain only, the second line matches the
domain with all subdomains. Maybe there should be a third line with URI
settings, or maybe it would be better to support regular expressions
or wildcards.

Every time vimb launches a new instance it should match current URI
against patterns in this file and then, if a match is found, apply
setting accordingly.

I don't know C good enough, so I cannot make the patch myself. I hope 
someone will find this feature interesting.

Good luck!

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
vimb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vimb-users

Reply via email to