Skip to content

Commit

Permalink
Revised for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Jun 15, 2023
1 parent 7af8a1c commit 8be50e0
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,15 @@ sep10:
#
client_attribution_required: false
## @param: client_attribution_allow_list
## Set the white list of the client domain. The domains are comma-separated and must be defined in the
# `client_attribution` section of the configuration.
## Set the white list of the client domain. The domains are comma-separated. If a domain is defined in the
# `client_attribution` section of the configuration, the public_key defined in the client_attribution configuration
# mush match the `SIGNING_KEY` of the client domain's TOML file.
client_attribution_allow_list:
## @param: client_attribution_deny_list
## Set the black list of the client domain. The domains are comma-separated and must be defined in the
# `client_attribution` section of the configuration.
# `client_attribution` section of the configuration. The domains are comma-separated. If a domain is defined in the
# # `client_attribution` section of the configuration, the public_key defined in the client_attribution configuration
# # mush match the `SIGNING_KEY` of the client domain's TOML file.
client_attribution_deny_list:
## @param: auth_timeout
## @type: integer
Expand Down

0 comments on commit 8be50e0

Please sign in to comment.