UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

21 lines (19 loc) 333 B
/** * 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: /\d{8,}/, alias: 'selector' }, 'unsafe': { pattern: /\d{1,7}/, alias: 'function' } };