Urara-Blog/node_modules/.pnpm-store/v3/files/96/b5114a8852a64612b02b273af909ed1f3178e2eeb598ab488dda1b7851019d23bbafdf9f23a9f3fec85cc275dfbb59e45e1fdc74695d5082301015a421ecf3
2022-08-14 01:14:53 +08:00

14 lines
270 B
Text

/**
* Original by Scott Helme.
*
* Reference: https://scotthelme.co.uk/hsts-cheat-sheet/
*/
Prism.languages.hsts = {
'directive': {
pattern: /\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i,
alias: 'property'
},
'operator': /=/,
'punctuation': /;/
};