mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-21 15:48:22 +03:00
avoid matching WAF CRS rules 930130
Some details here https://learn.microsoft.com/en-us/azure/web-application-firewall/ag/application-gateway-crs-rulegroups-rules?tabs=drs21%2Cowasp32#crs930-32 https://github.com/coreruleset/coreruleset/blob/main/rules/restricted-files.data#L354
This commit is contained in:
parent
50ac5a1483
commit
217a0c3cbf
@ -30,7 +30,7 @@ import { Card, CardContent } from "@/components/ui/card";
|
||||
interface UserAuthFormProps extends React.HTMLAttributes<HTMLDivElement> {}
|
||||
|
||||
export function UserAuthForm({ className, ...props }: UserAuthFormProps) {
|
||||
const { t } = useTranslation(["components/auth", "common"]);
|
||||
const { t } = useTranslation(["components/auth-form", "common"]);
|
||||
const { getLocaleDocUrl } = useDocDomain();
|
||||
const [isLoading, setIsLoading] = React.useState<boolean>(false);
|
||||
const { login } = React.useContext(AuthContext);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user