hexo-filter-auto-crossorigin
v1.0.1
Published
Add crossorigin attribute to all external resources automatically.
Downloads
7
Maintainers
Readme
hexo-filter-auto-crossorigin
Add crossorigin attribute to all external resources automatically. Read More.
Installations
$ npm i hexo-filter-auto-crossorigin --save
Options
filter_crossorigin:
- name: script
crossorigin: true
- name: img
crossorigin: true
domains:
- unpkg.com
attrs:
- src
name
: tag name. Only given tags will be processed.- crossorigin:
true
(alias of anonymous) |false
|'anonymous'
|'use-credentials'
. - domains: optional. Only matched domains will be processed. If not provided, all external resources will be processed.
- attrs: optional. Tag attributes to match domains, only given attributes will be used. If not provided, will use
src
,data-src
,href
.