Skip to content

Commit b6da1d5

Browse files
committed
disable cors proxy by default
1 parent e9f581d commit b6da1d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)