about summary refs log tree commit diff stats
path: root/cookie.c
Commit message (Collapse)AuthorAgeFilesLines
* Add regex support to whitelistsJosh Rickmar2012-09-181-3/+3
| | | | | | | | | | | | | | This modifies the whitelist and https forcing code to internally use unix extended regular expressions to match domains. The old config syntax converted to an appropiate regular expression. Inputing of raw regular expressions is possible by prepending the string "re:" in front of a regular expression, for example: js_wl = re:^(.*\.)*cyphertite\.com$ would be the same as js_wl = .cyphertite.com
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
|
* also fixup PS over hereMarco Peereboom2012-01-241-2/+2
|
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1
|
* fix for problems with cookies starting with '.'Elias Norberg2012-01-181-1/+2
|
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-2/+7
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* fix a clang warningMarco Peereboom2011-11-031-1/+3
|
* move cookies to own filemarco2011-11-021-0/+231