Skip to content

Commit 44e9ce7

Browse files
authored
disable cors-proxy by default (#1551)
1 parent 1a4421b commit 44e9ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-image/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV SOLID_ROOT=${SOLID_HOME}/data
2323
ENV SOLID_SSL_KEY=${SOLID_HOME}/${TEMPORARY_CERT_NAME}.key
2424
ENV SOLID_SSL_CERT=${SOLID_HOME}/${TEMPORARY_CERT_NAME}.crt
2525
ENV SOLID_PORT=8443
26-
ENV SOLID_CORS_PROXY=/xss
26+
ENV SOLID_CORS_PROXY=false
2727
ENV DEBUG=solid:*
2828

2929
VOLUME $SOLID_HOME

0 commit comments

Comments
 (0)