main
Last change
on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
270 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | /**
|
---|
| 2 | * Original by Scott Helme.
|
---|
| 3 | *
|
---|
| 4 | * Reference: https://scotthelme.co.uk/hsts-cheat-sheet/
|
---|
| 5 | */
|
---|
| 6 |
|
---|
| 7 | Prism.languages.hsts = {
|
---|
| 8 | 'directive': {
|
---|
| 9 | pattern: /\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i,
|
---|
| 10 | alias: 'property'
|
---|
| 11 | },
|
---|
| 12 | 'operator': /=/,
|
---|
| 13 | 'punctuation': /;/
|
---|
| 14 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.