mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-08 22:08:16 +08:00
28 lines
599 B
JavaScript
28 lines
599 B
JavaScript
import {
|
|
__commonJS
|
|
} from "./chunk-2TUXWMP5.js";
|
|
|
|
// node_modules/refractor/lang/hsts.js
|
|
var require_hsts = __commonJS({
|
|
"node_modules/refractor/lang/hsts.js"(exports, module) {
|
|
module.exports = hsts;
|
|
hsts.displayName = "hsts";
|
|
hsts.aliases = [];
|
|
function hsts(Prism) {
|
|
Prism.languages.hsts = {
|
|
directive: {
|
|
pattern: /\b(?:includeSubDomains|max-age|preload)(?=[\s;=]|$)/i,
|
|
alias: "property"
|
|
},
|
|
operator: /=/,
|
|
punctuation: /;/
|
|
};
|
|
}
|
|
}
|
|
});
|
|
|
|
export {
|
|
require_hsts
|
|
};
|
|
//# sourceMappingURL=chunk-6HUHKCOV.js.map
|