caddy/caddy
W-Mark Kubacki 85d793ce88
browse: Decorate external links with: noopener noreferrer
Setting these on external links prefents the target from manipulating this
page by "window.opener" with some widely deployed browsers.
2016-05-07 20:06:55 +02:00
..
assets Minor test improvements 2015-10-27 12:53:31 -06:00
caddyfile Preserve and clean up original host input in Caddyfile-JSON conversions 2016-01-03 16:46:26 -07:00
https Fix bug in renewing default certificate 2016-04-22 10:14:56 -06:00
parse Handle host names case insensitively. 2016-04-06 21:36:46 +00:00
setup browse: Decorate external links with: noopener noreferrer 2016-05-07 20:06:55 +02:00
caddy.go Restart gracefully for in-process restart 2016-05-07 13:39:47 +08:00
caddy_test.go https: Only create ACMEClient if it's actually going to be used 2016-02-11 16:20:59 -07:00
config.go Remove path scoping for middleware slice 2016-02-17 18:11:03 -07:00
config_test.go Parser separate scheme/port, refactor config loading 2016-01-03 16:41:29 -07:00
directives.go Add expvar middleware 2016-03-21 21:46:41 -06:00
directives_test.go making directives externally registerable 2016-02-05 10:03:20 -07:00
helpers.go Restart gracefully for in-process restart 2016-05-07 13:39:47 +08:00
restart.go Restart gracefully for in-process restart 2016-05-07 13:39:47 +08:00
restart_windows.go Extract restartInProc to its own file 2016-04-06 11:40:39 +08:00
restartinproc.go Restart gracefully for in-process restart 2016-05-07 13:39:47 +08:00
sigtrap.go Remove pidfile when program exits (closes #495) 2016-01-09 21:48:07 -07:00
sigtrap_posix.go Remove pidfile when program exits (closes #495) 2016-01-09 21:48:07 -07:00
sigtrap_windows.go Make signal trapping optional 2015-11-14 21:59:43 -07:00