We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d22b2 commit be2c8aeCopy full SHA for be2c8ae
1 file changed
trusted-server.toml
@@ -21,6 +21,11 @@ secret_key = "trusted-server"
21
# - "random_uuid"
22
template = "{{ client_ip }}:{{ user_agent }}:{{ accept_language }}:{{ accept_encoding }}"
23
24
+# Custom headers to be included in every response
25
+# Allows publishers to include tags such as X-Robots-Tag: noindex
26
+# [response_headers]
27
+# X-Custom-Header = "custom header value"
28
+
29
# Request Signing Configuration
30
# Enable signing of OpenRTB requests and other API calls
31
[request_signing]
0 commit comments