Skip to content

Commit fc278c8

Browse files
ec2ainunjackzhuo
authored andcommitted
add: allowed_domains marketplace.dify.ai (langgenius#15139)
1 parent 9e70c99 commit fc278c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/ssrf_proxy/squid.conf.template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ acl Safe_ports port 488 # gss-http
1919
acl Safe_ports port 591 # filemaker
2020
acl Safe_ports port 777 # multiling http
2121
acl CONNECT method CONNECT
22+
acl allowed_domains dstdomain .marketplace.dify.ai
23+
http_access allow allowed_domains
2224
http_access deny !Safe_ports
2325
http_access deny CONNECT !SSL_ports
2426
http_access allow localhost manager

0 commit comments

Comments
 (0)