Skip to content

Commit

Permalink
Merge pull request #15 from mdonadio/feature/add-ico
Browse files Browse the repository at this point in the history
Add .ico to the list of default extensions.
  • Loading branch information
rhukster authored Oct 9, 2018
2 parents 5a7c2e1 + e979a38 commit 262d2a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions blueprints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
16 changes: 8 additions & 8 deletions cdn.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 262d2a7

Please sign in to comment.