Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an extra call to fix windows hooking. | Marco Peereboom | 2013-07-10 | 1 | -0/+5 |
| | | | | | This is required to have persistent cookies on windows. Thanks wenzo for writing the extremely magical magic fairydust code. | ||||
* | Add regex support to whitelists | Josh Rickmar | 2012-09-18 | 1 | -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 xomrero | Marco Peereboom | 2012-05-17 | 1 | -1/+1 |
| | |||||
* | also fixup PS over here | Marco Peereboom | 2012-01-24 | 1 | -2/+2 |
| | |||||
* | include using <> instead of ; this will have fallout | Marco Peereboom | 2012-01-23 | 1 | -1/+1 |
| | |||||
* | fix for problems with cookies starting with '.' | Elias Norberg | 2012-01-18 | 1 | -1/+2 |
| | |||||
* | Use a list of TLD's to properly handle multi-part TLD's | Elias Norberg | 2012-01-16 | 1 | -2/+7 |
| | | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules' | ||||
* | fix a clang warning | Marco Peereboom | 2011-11-03 | 1 | -1/+3 |
| | |||||
* | move cookies to own file | marco | 2011-11-02 | 1 | -0/+231 |