From e979a38423249a574fbe662c0d9145942711f93b Mon Sep 17 00:00:00 2001 From: Matthew Donadio Date: Tue, 2 Jan 2018 12:06:23 -0500 Subject: [PATCH] Add .ico to the list of default extensions. --- blueprints.yaml | 4 ++-- cdn.yaml | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/blueprints.yaml b/blueprints.yaml index 0f3348a..e741f83 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -74,8 +74,8 @@ form: extensions: type: text label: Extensions - default: jpe?g|png|gif|ttf|otf|svg|woff|xml|js|css - placeholder: "jpe?g|png|gif|ttf|otf|svg|woff|xml|js|css" + default: jpe?g|png|gif|ico|ttf|otf|svg|woff|xml|js|css + placeholder: "jpe?g|png|gif|ico|ttf|otf|svg|woff|xml|js|css" help: File extensions to replace on valid_formats: diff --git a/cdn.yaml b/cdn.yaml index 163944e..2036af1 100644 --- a/cdn.yaml +++ b/cdn.yaml @@ -1,9 +1,9 @@ -enabled: true # set to false to disable this plugin completely -forcehttps: false # Force HTTPS regardless of SERVER_HTTPS -inline_css_replace: true # Replace inline css url() references -pullzone: yourdomain.cdn.com # pullzone domain -tags: 'a|link|img|script' # HTML tags to search -tag_attributes: 'href|src' # HTML tag attributes to search -extensions: 'jpe?g|png|gif|ttf|otf|svg|woff|xml|js|css' # File extensions to replace on -valid_formats: # Valid formats +enabled: true # set to false to disable this plugin completely +forcehttps: false # Force HTTPS regardless of SERVER_HTTPS +inline_css_replace: true # Replace inline css url() references +pullzone: yourdomain.cdn.com # pullzone domain +tags: 'a|link|img|script' # HTML tags to search +tag_attributes: 'href|src' # HTML tag attributes to search +extensions: 'jpe?g|png|gif|ico|ttf|otf|svg|woff|xml|js|css' # File extensions to replace on +valid_formats: # Valid formats - html