Browse Source

add: allowed_domains marketplace.dify.ai (#15139)

tags/1.0.1
Moch. Ainun Najib 8 months ago
parent
commit
69746f2f0b
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      docker/ssrf_proxy/squid.conf.template

+ 2
- 0
docker/ssrf_proxy/squid.conf.template View File

acl Safe_ports port 591 # filemaker acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT acl CONNECT method CONNECT
acl allowed_domains dstdomain .marketplace.dify.ai
http_access allow allowed_domains
http_access deny !Safe_ports http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports http_access deny CONNECT !SSL_ports
http_access allow localhost manager http_access allow localhost manager

Loading…
Cancel
Save