We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b95684 commit 0a00738Copy full SHA for 0a00738
.github/workflows/deploy-cors-proxy.yml
@@ -73,7 +73,7 @@ jobs:
73
if [[ -n "${CUSTOM_SUPPORTED_ORIGINS_NEWLINE_SEPARATED}" ]]; then
74
CUSTOM_ORIGINS_PHP="<?php define('PLAYGROUND_CORS_PROXY_SUPPORTED_ORIGINS', array("
75
76
- readarray -t CUSTOM_ORIGINS <<< "${CUSTOM_SUPPORTED_ORIGINS_NEWLINE_SEPARATED}"
+ readarray -t CUSTOM_ORIGINS <<<"${CUSTOM_SUPPORTED_ORIGINS_NEWLINE_SEPARATED}"
77
for origin in "${CUSTOM_ORIGINS[@]}"; do
78
if ! [[
79
$origin =~ ^https?:\/\/(?:[a-zA-Z0-9-]+\.)*[a-zA-Z0-9-]+\.[a-zA-Z]{2,}(?::\d{1,5})?$
0 commit comments