Search found 5 matches

by nilsa
Thu Jun 04, 2009 8:56 pm
Forum: NoScript Development
Topic: whitelist item expiration
Replies: 18
Views: 12139

Re: whitelist item expiration

Issue with "temporarily allow":
I run Firefox with startup set to "Show my windows and tabs from last time".
In this mode it would be kind of nice if the "temporarily allow" survived a Firefox restart,
but this is probably difficult if not impossible to implement.
by nilsa
Thu Jun 04, 2009 8:29 pm
Forum: NoScript Development
Topic: whitelist item expiration
Replies: 18
Views: 12139

Re: whitelist item expiration

The advantage of expiring items in the whitelist is trimming the size of it and thus improving performance.
When I exported mine to a text file, it had over 10000 lines in it! :oops:
I'll be sure to use temporary allow from now on.
by nilsa
Tue Jun 02, 2009 7:06 pm
Forum: NoScript Development
Topic: whitelist item expiration
Replies: 18
Views: 12139

Re: whitelist item expiration

That makes it kind of a nightmare to clean up the list. How about if you just stored the full domain and when loading the list if necessary make the needed duplicates on the fly? That would also make the list much smaller. And while I agree that one should use the "temporary allow" as much...
by nilsa
Tue Jun 02, 2009 6:29 pm
Forum: NoScript Development
Topic: whitelist item expiration
Replies: 18
Views: 12139

Re: whitelist item expiration

I tried the export function and was confused by the fact that most (if not all) sites appeared 3 times with
file://, http:// and https:// prefixes respectively.
What is the reason for this?
Do I have to delete all 3?
by nilsa
Tue Jun 02, 2009 12:29 am
Forum: NoScript Development
Topic: whitelist item expiration
Replies: 18
Views: 12139

whitelist item expiration

Is there a way to specify a maximum age of entries in the whitelist?
To keep the whitelist manageable it would seem reasonable to delete entries that have not been visited for a specified period of time.