Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 7986871

Browse files
author
meng
committed
wip
1 parent 2b64057 commit 7986871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libs/lambda-at-edge/src/default-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ const fasterThanLightHtml = ({ html }: { html: string }): string => {
13351335
}
13361336

13371337
// bypass script with explicit disable flag
1338-
if (typeof $script.attr("disable-faster-than-light") === "string") {
1338+
if (typeof $script.attr("data-disable-faster-than-light") === "string") {
13391339
$script.attr("jerry-ftl-checked", "disabled");
13401340
return;
13411341
}

0 commit comments

Comments
 (0)