Skip to content

Commit 70a5bc7

Browse files
authored
Merge pull request jsonwebtoken#463 from jsonwebtoken/fix/heap-ignore
Exclude the editor from heap analytics
2 parents 3b55cef + 45d982d commit 70a5bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/token-editor-common.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
small edit the payload and secret
99

1010
.tab-content
11-
#encoded-jwt.box-content.current
11+
#encoded-jwt.box-content.current(heap-ignore="true")
1212
.input.js-input
1313
include token-editor-warnings.pug
14-
#decoded-jwt.box-content
14+
#decoded-jwt.box-content(heap-ignore="true")
1515
.output
1616
.jwt-explained.jwt-header
1717
p.text-line HEADER:

0 commit comments

Comments
 (0)