Skip to content

Commit a408153

Browse files
Potential fix for code scanning alert no. 2: Incomplete regular expression for hostnames
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent e271d5c commit a408153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineConfig({
6363
},
6464
{
6565
// Use saved translations if possible, update in the background.
66-
urlPattern: /^https:\/\/cds.svc.transifex.net\//,
66+
urlPattern: /^https:\/\/cds\.svc\.transifex\.net\//,
6767
handler: "StaleWhileRevalidate",
6868
},
6969
],

0 commit comments

Comments
 (0)