Skip to content

Commit 2e8622b

Browse files
save file
1 parent 64b7381 commit 2e8622b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

blog/25-09-29/name-constraints-in-x509-certificate/name-constraints-in-x509-certificate.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
var datatype;
6565
var menumod;
6666
var keydown;
67+
var debug;
6768

6869
var menu;
6970

@@ -114,10 +115,11 @@
114115
'js/core/datatype.js',
115116
'js/dom/menumod/menumod.js',
116117
'js/dom/keydown/keydown.js',
117-
'js/crypto/openssl/openssl.js'
118+
'js/debug/debug.js',
119+
'js/crypto/openssl/openssl.js',
118120
);
119121

120-
[$,datatype,menumod,keydown,opensslmod] = await promise;
122+
[$,datatype,menumod,keydown,debug,opensslmod] = await promise;
121123

122124
mod.stack.complete;
123125

@@ -232,11 +234,6 @@ <h1 class=title>
232234
</blog-hdr>
233235

234236

235-
<h3>
236-
237-
</h3>
238-
239-
240237
<div class=description>
241238

242239
<p class=sub-desc>

0 commit comments

Comments
 (0)