Compare commits
2 Commits
612532576b
...
78c442bdba
Author | SHA1 | Date | |
---|---|---|---|
78c442bdba
|
|||
64a18bb358
|
@@ -272,8 +272,8 @@ RUN env -C /root rm -f .bash_history .python_history .wget-hsts
|
|||||||
FROM base-intermediate AS certs
|
FROM base-intermediate AS certs
|
||||||
SHELL [ "/bin/sh", "-ec" ]
|
SHELL [ "/bin/sh", "-ec" ]
|
||||||
|
|
||||||
## "2025.04.26"
|
## "2025.06.15"
|
||||||
ENV CERTIFI_COMMIT=275c9eb55733a464589c15fb4566fddd4598e5b2
|
ENV CERTIFI_COMMIT=e767d5938eddddf804216cec93a55c85129c5f2d
|
||||||
|
|
||||||
# ARG CERTIFI_BASE_URI='https://raw.githubusercontent.com/certifi/python-certifi'
|
# ARG CERTIFI_BASE_URI='https://raw.githubusercontent.com/certifi/python-certifi'
|
||||||
|
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
subrequest_output_buffer_size 16k;
|
subrequest_output_buffer_size 16k;
|
||||||
client_body_buffer_size 16k;
|
client_body_buffer_size 16k;
|
||||||
|
client_max_body_size 64k;
|
||||||
|
|
||||||
client_header_buffer_size 4k;
|
client_header_buffer_size 4k;
|
||||||
large_client_header_buffers 8 16k;
|
large_client_header_buffers 8 16k;
|
||||||
|
@@ -17,8 +17,6 @@ map $remote_addr
|
|||||||
map $http_forwarded
|
map $http_forwarded
|
||||||
$proxy_add_forwarded
|
$proxy_add_forwarded
|
||||||
{
|
{
|
||||||
volatile;
|
|
||||||
|
|
||||||
## if the incoming Forwarded header is syntactically valid, append to it
|
## if the incoming Forwarded header is syntactically valid, append to it
|
||||||
"~^(,[ \\t]*)*([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?(;([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?)*([ \\t]*,([ \\t]*([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?(;([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?)*)?)*$" "$http_forwarded, $proxy_forwarded_elem";
|
"~^(,[ \\t]*)*([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?(;([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?)*([ \\t]*,([ \\t]*([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?(;([!#$%&'*+.^_`|~0-9A-Za-z-]+=([!#$%&'*+.^_`|~0-9A-Za-z-]+|\"([\\t \\x21\\x23-\\x5B\\x5D-\\x7E\\x80-\\xFF]|\\\\[\\t \\x21-\\x7E\\x80-\\xFF])*\"))?)*)?)*$" "$http_forwarded, $proxy_forwarded_elem";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user