We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e70c99 commit fc278c8Copy full SHA for fc278c8
docker/ssrf_proxy/squid.conf.template
@@ -19,6 +19,8 @@ acl Safe_ports port 488 # gss-http
19
acl Safe_ports port 591 # filemaker
20
acl Safe_ports port 777 # multiling http
21
acl CONNECT method CONNECT
22
+acl allowed_domains dstdomain .marketplace.dify.ai
23
+http_access allow allowed_domains
24
http_access deny !Safe_ports
25
http_access deny CONNECT !SSL_ports
26
http_access allow localhost manager
0 commit comments