/** * Original by Scott Helme. * * Reference: https://scotthelme.co.uk/hpkp-cheat-sheet/ */ Prism.languages.hpkp = { directive: { pattern: /\b(?:includeSubDomains|max-age|pin-sha256|preload|report-to|report-uri|strict)(?=[\s;=]|$)/i, alias: 'property', }, operator: /=/, punctuation: /;/, }; =v1.1.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/public/prism/prism-psl.min.js
blob: 4b32815ccbe69c50819140e23031c403feccd638 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34