Sanitize input in front-side

This commit is contained in:
Laurent
2024-11-08 15:10:31 +01:00
parent 0bed73eaf2
commit 676ee40cca
4 changed files with 19 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ declare module '$env/static/private' {
export const DB_USER: string;
export const DriverData: string;
export const EDITOR: string;
export const EFC_10288: string;
export const EFC_25892: string;
export const ffmpeg: string;
export const FPS_BROWSER_APP_PROFILE_STRING: string;
export const FPS_BROWSER_USER_PROFILE_STRING: string;
@@ -150,7 +150,7 @@ declare module '$env/dynamic/private' {
DB_USER: string;
DriverData: string;
EDITOR: string;
EFC_10288: string;
EFC_25892: string;
ffmpeg: string;
FPS_BROWSER_APP_PROFILE_STRING: string;
FPS_BROWSER_USER_PROFILE_STRING: string;