We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1808285 commit 39ff59aCopy full SHA for 39ff59a
s/patterns/head-scripts.ts
@@ -30,7 +30,8 @@ export function headScripts({
30
: (
31
location.host.startsWith("localhost") ||
32
location.host.startsWith("192.168.") ||
33
- location.host.startsWith("10.0.")
+ location.host.startsWith("10.0.") ||
34
+ location.host.includes("trycloudflare.com")
35
)
36
37
// create and insert a script element
0 commit comments