mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-13 11:54:50 +00:00
moved doc-refs from .com to .io (#203)
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user