mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
docs:更新文档
This commit is contained in:
20
node_modules/prismjs/components/prism-hsts.js
generated
vendored
Normal file
20
node_modules/prismjs/components/prism-hsts.js
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* Original by Scott Helme.
|
||||
*
|
||||
* Reference: https://scotthelme.co.uk/hsts-cheat-sheet/
|
||||
*/
|
||||
|
||||
Prism.languages.hsts = {
|
||||
'directive': {
|
||||
pattern: /\b(?:max-age=|includeSubDomains|preload)/,
|
||||
alias: 'keyword'
|
||||
},
|
||||
'safe': {
|
||||
pattern: /\b\d{8,}\b/,
|
||||
alias: 'selector'
|
||||
},
|
||||
'unsafe': {
|
||||
pattern: /\b\d{1,7}\b/,
|
||||
alias: 'function'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user