From: Victor Saar Date: Wed, 23 Mar 2016 12:27:07 +0000 (+0100) Subject: Add Dispatcher rules for SVG and fonts X-Git-Tag: v0.1.0~5106^2^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=da7fe9e769ff4d299e8a427c38f79b4d9699e62d;p=pixelpark%2Fhiera.git Add Dispatcher rules for SVG and fonts --- diff --git a/classes/aem::dispatcher.yaml b/classes/aem::dispatcher.yaml index 4839a0b3..a9e29002 100644 --- a/classes/aem::dispatcher.yaml +++ b/classes/aem::dispatcher.yaml @@ -14,6 +14,11 @@ aem::dispatcher::publish_farm: - { 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: '*.eot' } # enable eot # Enable features - { type: 'allow', url: '/libs/cq/personalization/*' } # enable personalization # Deny content grabbing