Disable Kemal header

This commit is contained in:
Omar Roth
2018-07-30 18:42:45 -05:00
parent b49456da97
commit 9b8a884ff8
2 changed files with 1 additions and 3 deletions

View File

@@ -2839,6 +2839,7 @@ end
public_folder "assets"
Kemal.config.powered_by_header = false
add_handler FilteredCompressHandler.new
add_context_storage_type(User)