Alexandre
2023-04-24 18:06:28 +02:00
committed by GitHub
parent 140f7f3f47
commit 5c69556866

View File

@@ -29,6 +29,10 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
USER root
RUN \
sed -i "s#if re.match(\'.\*\[@_\!\#\$%\^\&\*()\<\>\?/\\\|}{\~:\].\*\',#if not re.match\(\'.\*\[a-zA-Z0-9\].\*\',#g" /whoogle/app/utils/results.py && \
sed -i "s#re.sub(r\'\[@_\!\#\$%\^\&\*()\<\>\?/\\\|}{\~:\]+\',#re.sub\(r\'\[\^A-Za-z0-9 \]+\',#g" /whoogle/app/utils/results.py
##################
# 3 Install apps #
##################