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

This commit is contained in:
Moch. Ainun Najib 2025-03-07 09:55:08 +07:00 committed by GitHub
parent 65da9425df
commit 69746f2f0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,8 @@ acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
acl allowed_domains dstdomain .marketplace.dify.ai
http_access allow allowed_domains
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost manager