Skip to content

Commit

Permalink
Add user_header_name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheberle committed May 22, 2019
1 parent bbf1c39 commit f1160ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def init(server_config: ServerConfig,
if auth.is_enabled():
identification = AuthBasedIdentification(auth)
else:
identification = IpBasedIdentification(server_config.trusted_ips)
identification = IpBasedIdentification(server_config.trusted_ips, server_config.user_header_name)

downloads_folder = file_download_feature.get_result_files_folder()

Expand Down

0 comments on commit f1160ef

Please sign in to comment.