From da7fe9e769ff4d299e8a427c38f79b4d9699e62d Mon Sep 17 00:00:00 2001 From: Victor Saar Date: Wed, 23 Mar 2016 13:27:07 +0100 Subject: [PATCH] Add Dispatcher rules for SVG and fonts --- classes/aem::dispatcher.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5