mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

Skip Referer check on preflight request (OPTIONS) and set Referrer-Policy to origin-when-cross-origin in response to OPTIONS request. Once Referrer-Policy is set on the subsequent POST request referrer is set by the browser to expected value.
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/nginx-https-web-proxy:0.12 .
|
|
|
|
docker push bigchaindb/nginx-https-web-proxy:0.12
|