]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
Add Dispatcher rules for SVG and fonts
authorVictor Saar <work@victor-saar.de>
Wed, 23 Mar 2016 12:27:07 +0000 (13:27 +0100)
committerVictor Saar <work@victor-saar.de>
Wed, 23 Mar 2016 12:27:07 +0000 (13:27 +0100)
classes/aem::dispatcher.yaml

index 4839a0b3b5cc7b57a723e30fddc22c4af721dc1f..a9e29002c15fbccd2a85d1c1d14877572e3f5218 100644 (file)
@@ -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