Skip to content

Commit e7ddb84

Browse files
author
Armando Aguirre
authored
Merge pull request microsoft#21484 from armanio123/AddBigLibrariesToSafeList
Added big libraries to safelist
2 parents ce7d998 + 559531c commit e7ddb84

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/server/typesMap.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@
2222
"References": {
2323
"match": "^(.*\\/_references\\.js)$",
2424
"exclude": [["^", 1, "$"]]
25+
},
26+
"Datatables.net": {
27+
"match": "^.*\\/(jquery\\.)?dataTables(\\.all)?(\\.min)?\\.js$",
28+
"types": ["datatables.net"]
29+
},
30+
"Ace": {
31+
"match": "^(.*)\\/ace.js",
32+
"exclude": [["^", 1, "/.*"]],
33+
"types": ["ace"]
2534
}
2635
},
2736
"simpleMap": {
@@ -352,6 +361,7 @@
352361
"passport": "passport",
353362
"passport-local": "passport-local",
354363
"path": "pathjs",
364+
"pdfkit":"pdfkit",
355365
"peer": "peerjs",
356366
"peg": "pegjs",
357367
"photoswipe": "photoswipe",

0 commit comments

Comments
 (0)