diff --git a/dockerfile b/dockerfile
index af18a978d..92f5abecc 100644
--- a/dockerfile
+++ b/dockerfile
@@ -34,13 +34,14 @@ RUN echo '@edge https://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/ap
RUN rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
ENV PATH="/node-v20.12.2/bin:$PATH"
+RUN npm install -g yarn@1.22
WORKDIR /app
COPY --from=builder /app/dist /usr/share/nginx/html
# copy server
COPY server/ /app/server/
-RUN cd /app/server/ && npm install
+RUN cd /app/server/ && yarn install
# setup entrypoint
ADD ./docker-entrypoint.sh docker-entrypoint.sh
diff --git a/src/views/settings/privacy-settings.tsx b/src/views/settings/privacy-settings.tsx
index c18379dad..f13ef6b48 100644
--- a/src/views/settings/privacy-settings.tsx
+++ b/src/views/settings/privacy-settings.tsx
@@ -141,8 +141,7 @@ export default function PrivacySettings() {
)}
{formState.errors.corsProxy && {formState.errors.corsProxy.message}}
- This is used as a fallback ( to bypass CORS restrictions ) or to make connections to .onion and .i2p
- domains
+ This is used as a fallback ( to bypass CORS restrictions ) or to make requests to .onion and .i2p domains
This can either point to an instance of{" "}