about summary refs log tree commit diff stats
path: root/whitelist.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a force_https setting (using the same domain syntax as theJosh Rickmar2012-07-311-3/+3
| | | | | | | | | | | | | | | whitelist settings) to make all requests to that domain use the HTTPS scheme, similar to HSTS. Install a new file, hsts-preload, into the resource dir. This is a regular config file with a bunch of force_https = ... lines, which is used to implement a preloaded HSTS list. Right now all the domains in this file, except for conformal.com and cyphertite.com, are taken directly from chromium's preloaded HSTS list (and should be synced with this file every so often). Also implement a new setting, preload_strict_transport (enabled by default), to enable or disable the loading of this preloaded HSTS list. Document force_https and preload_strict_transport in the manpage.
* rename xxxterm to xomreroMarco Peereboom2012-05-171-1/+1
|
* also fixup PS over hereMarco Peereboom2012-01-241-1/+1
|
* remove need for clens here by playing tricks with include paths, help from davecMarco Peereboom2012-01-231-1/+1
|
* Use a list of TLD's to properly handle multi-part TLD'sElias Norberg2012-01-161-5/+1
| | | | | The list used is from publicsuffix.org. It gets installed to the resource-directory as 'tld-rules'
* Fix a warning that was an actual issue.Marco Peereboom2011-11-031-5/+8
| | | | Found by gcc!
* Fix 2 clever bugsMarco Peereboom2011-11-031-8/+21
| | | | | | | | | First :js/pl/cookie domain save wasn't saving the actual domain. I tried being clever to save a switch statement. FAIL. Second I tried to save an else statement. Again FAIL. Next time I am doing clever things please yell at me.
* move one more function overMarco Peereboom2011-11-021-0/+48
|
* More file splitsMarco Peereboom2011-11-021-0/+427
| | | | Add whitelist and settings files.
* Revert "Merge branch 'master' of opensource.conformal.com:/git/xxxterm"marco2011-11-021-776/+0
| | | | | This reverts commit e562a275ba9277803a4a6fe89e71545268986a7b, reversing changes made to b07b1b86ecd74b3042de4f7eb021ee0e39acb7d1.
* sort whitelist stuff into whitelist.cTodd T. Fries2011-11-011-0/+776