aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
Commit message (Collapse)AuthorAgeFilesLines
* feat: add secure_cookies configuration option\n\n- Added SecureCookies bool ↵Adam Mathes11 days1-0/+1
| | | | field to config.Settings\n- Added --secure-cookies command line flag\n- Updated CSRFMiddleware to use config setting instead of hardcoded value\n- Default is false for local development, set to true for production HTTPS\n- Updated config.example and README.md with documentation\n- Updated tests to pass config to CSRFMiddleware\n\nThis allows users to easily switch between insecure cookies (for local dev)\nand secure cookies (for production HTTPS) via config file or command line.
* preliminary go mod support, ensure blackfriday v1 instead of v2Adam Mathes2019-06-091-8/+5
|
* updated example configAdam Mathes2018-06-131-2/+2
|
* img proxy as config optionAdam Mathes2018-04-271-1/+2
|
* update config.exampleAdam Mathes2017-02-201-5/+5
|
* neko v2 initial commitAdam Mathes2017-01-231-0/+7