mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 14:48:15 +08:00
28 lines
638 B
JavaScript
28 lines
638 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-2TUXWMP5.js";
|
|
|
|
// node_modules/refractor/lang/hpkp.js
|
|
var require_hpkp = __commonJS({
|
|
"node_modules/refractor/lang/hpkp.js"(exports, module) {
|
|
module.exports = hpkp;
|
|
hpkp.displayName = "hpkp";
|
|
hpkp.aliases = [];
|
|
function hpkp(Prism) {
|
|
Prism.languages.hpkp = {
|
|
directive: {
|
|
pattern: /\b(?:includeSubDomains|max-age|pin-sha256|preload|report-to|report-uri|strict)(?=[\s;=]|$)/i,
|
|
alias: "property"
|
|
},
|
|
operator: /=/,
|
|
punctuation: /;/
|
|
};
|
|
}
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_hpkp
|
|
};
|
|
//# sourceMappingURL=chunk-KT54FML6.js.map
|