mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Add crossdomain file generator command
This commit is contained in:
@@ -159,3 +159,29 @@ api_cors:
|
||||
session:
|
||||
idle: 0
|
||||
lifetime: 604800 # 1 week
|
||||
crossdomain:
|
||||
site-control: 'master-only'
|
||||
allow-access-from:
|
||||
-
|
||||
domain: '*.example.com'
|
||||
secure: 'false'
|
||||
-
|
||||
domain: 'www.example.com'
|
||||
secure: 'true'
|
||||
to-ports: '507,516-523'
|
||||
allow-access-from-identity:
|
||||
-
|
||||
fingerprint-algorithm: 'sha-1'
|
||||
fingerprint: '01:23:45:67:89:ab:cd:ef:01:23:45:67:89:ab:cd:ef:01:23:45:67'
|
||||
-
|
||||
fingerprint-algorithm: 'sha256'
|
||||
fingerprint: '01:23:45:67:89:ab:cd:ef:01:23:45:67:89:ab:cd:ef:01:23:45:67'
|
||||
allow-http-request-headers-from:
|
||||
-
|
||||
domain: '*.bar.com'
|
||||
secure: 'true'
|
||||
headers: 'SOAPAction, X-Foo*'
|
||||
-
|
||||
domain: 'foo.example.com'
|
||||
secure: 'false'
|
||||
headers: 'Authorization,X-Foo*'
|
||||
|
Reference in New Issue
Block a user