codeql
This commit is contained in:
parent
3517060488
commit
d4aaa6268e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export async function serve_font(options, allowedFonts, programOpts) {
|
|||
console.log(
|
||||
`Handling font request for: /fonts/%s/%s.pbf`,
|
||||
sanitizedFontStack,
|
||||
range,
|
||||
String(range),
|
||||
);
|
||||
}
|
||||
fontstack = decodeURI(sanitizedFontStack);
|
||||
|
|
Loading…
Reference in a new issue