/** * 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: /;/, }; sm/prism-dns-zone-file.js?h=v1.0.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/public/prism/prism-dns-zone-file.js
blob: 4272ecc06c8485120f96dafc6713887044b0c164 (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