All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
21 lines
227 B
JavaScript
21 lines
227 B
JavaScript
module.exports = [
|
|
'area',
|
|
'base',
|
|
'basefont',
|
|
'dialog',
|
|
'datalist',
|
|
'head',
|
|
'link',
|
|
'meta',
|
|
'noembed',
|
|
'noframes',
|
|
'param',
|
|
'rp',
|
|
'script',
|
|
'source',
|
|
'style',
|
|
'template',
|
|
'track',
|
|
'title'
|
|
]
|