-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from mdonadio/feature/add-ico
Add .ico to the list of default extensions.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |