From: Jochen Bieler Date: Tue, 18 Apr 2017 07:22:13 +0000 (+0200) Subject: SIRONABUG-360: Allow asset file types on hub.dentsplysirona.com X-Git-Tag: v0.1.0~3153^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7aa4348100426f761ac096da8fb75779c26b34eb;p=pixelpark%2Fhiera.git SIRONABUG-360: Allow asset file types on hub.dentsplysirona.com --- diff --git a/customer/sirona-aem/production.yaml b/customer/sirona-aem/production.yaml index d4df77f5..3f77b136 100644 --- a/customer/sirona-aem/production.yaml +++ b/customer/sirona-aem/production.yaml @@ -2014,28 +2014,47 @@ aem::dispatcher::publish_farm: filter: - { type: 'deny', glob: '*' } - { type: 'allow', url: '/' } - - { type: 'allow', url: '*.html' } - - { type: 'allow', url: '*.css' } # enable css - - { type: 'allow', url: '*.gif' } # enable gifs - - { type: 'allow', url: '*.ico' } # enable icos - - { type: 'allow', url: '*.js' } # enable javascript - - { type: 'allow', url: '*.png' } # enable png - - { type: 'allow', url: '*.swf' } # enable flash - - { type: 'allow', url: '*.jpg' } # enable jpg - - { type: 'allow', url: '*.jpeg' } # enable jpeg - - { type: 'allow', url: '*.svg' } # enable svg - - { type: 'allow', url: '*.ttf' } # enable ttf - - { type: 'allow', url: '*.woff' } # enable woff - - { type: 'allow', url: '*.woff2' } # enable woff2 + - { type: 'allow', url: '*.ai' } # enable ai + - { type: 'allow', url: '*.avi' } # enable avi + - { type: 'allow', url: '*.css' } # enable css + - { type: 'allow', url: '*.doc' } # enable doc (Word) + - { type: 'allow', url: '*.docx' } # enable docx (Word) - { type: 'allow', url: '*.eot' } # enable eot + - { type: 'allow', url: '*.eps' } # enable eps + - { type: 'allow', url: '*.exe' } # enable exe + - { type: 'allow', url: '*.gif' } # enable gifs + - { type: 'allow', url: '*.html' } # enable html + - { type: 'allow', url: '*.ico' } # enable icos + - { type: 'allow', url: '*.indd' } # enable indd (Adobe Indesign Dokument) + - { type: 'allow', url: '*.iso' } # enable iso + - { type: 'allow', url: '*.jpeg' } # enable jpeg + - { type: 'allow', url: '*.jpg' } # enable jpg + - { type: 'allow', url: '*.js' } # enable javascript + - { type: 'allow', url: '*.mov' } # enable mov + - { type: 'allow', url: '*.mp3' } # enable mp3 + - { type: 'allow', url: '*.mp4' } # enable mp4 + - { type: 'allow', url: '*.msi' } # enable msi - { type: 'allow', url: '*.pdf' } # enable pdf - - { type: 'allow', url: '*.wmv' } # enable wmv + - { type: 'allow', url: '*.png' } # enable png + - { type: 'allow', url: '*.ppt' } # enable ppt (Power Point) + - { type: 'allow', url: '*.pptx' } # enable pptx (Power Point) - { type: 'allow', url: '*.psd' } # enable psd (Adobe Photoshop Dokument) + - { type: 'allow', url: '*.rar' } # enable rar + - { type: 'allow', url: '*.raw' } # enable raw + - { type: 'allow', url: '*.stl' } # enable stl + - { type: 'allow', url: '*.svg' } # enable svg + - { type: 'allow', url: '*.swf' } # enable flash - { type: 'allow', url: '*.tif' } # enable tif + - { type: 'allow', url: '*.ttf' } # enable ttf + - { type: 'allow', url: '*.txt' } # enable txt + - { type: 'allow', url: '*.wav' } # enable wav + - { type: 'allow', url: '*.wmv' } # enable wmv + - { type: 'allow', url: '*.wmv' } # enable wmv + - { type: 'allow', url: '*.woff' } # enable woff + - { type: 'allow', url: '*.woff2' } # enable woff2 + - { type: 'allow', url: '*.xls' } # enable xls + - { type: 'allow', url: '*.xlsx' } # enable xlsx - { type: 'allow', url: '*.zip' } # enable zip - - { type: 'allow', url: '*.exe' } # enable exe - - { type: 'allow', url: '*.msi' } # enable msi - - { type: 'allow', url: '*.indd' } # enable indd (Adobe Indesign Dokument) # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization - { type: 'allow', url: '/content/dam/api.json' } # enable generic asset JSON API