You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
The contents of files in the project root that are denied by a file matching pattern can be returned to the browser.
Impact
Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected.
Only files that are under project root and are denied by a file matching pattern can be bypassed.
Examples of file matching patterns: .env, .env.*, .{crt,pem}, /.env
Examples of other patterns: /.git/, .git/, .git/**/
The text was updated successfully, but these errors were encountered:
Summary
The contents of files in the project root that are denied by a file matching pattern can be returned to the browser.
Impact
Only apps explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected.
Only files that are under project root and are denied by a file matching pattern can be bypassed.
Examples of file matching patterns: .env, .env.*, .{crt,pem}, /.env
Examples of other patterns: /.git/, .git/, .git/**/
The text was updated successfully, but these errors were encountered: