moved doc-refs from .com to .io (#203)

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel
2022-07-12 15:37:13 +02:00
committed by GitHub
parent d4830011aa
commit f7f5d2107f
29 changed files with 33 additions and 131 deletions

View File

@@ -61,10 +61,10 @@ data:
# expected-http-referer is the expected regex expression of the Referer
# header in the HTTP requests to the proxy.
# The default below accepts the referrer value to be *.planetmint.com
expected-http-referer: "^https://(.*)planetmint\\.com/(.*)"
# The default below accepts the referrer value to be *.planetmint.io
expected-http-referer: "^https://(.*)planetmint\\.io/(.*)"
# expected-http-origin is the expected regex expression of the Origin
# header in the HTTP requests to the proxy.
# The default below accepts the origin value to be *.planetmint.com
expected-http-origin: "^https://(.*)planetmint\\.com"
# The default below accepts the origin value to be *.planetmint.io
expected-http-origin: "^https://(.*)planetmint\\.io"