Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why Allows usage of file:// schema is dangerous #55

Open
mofadeyunduo opened this issue Jul 11, 2019 · 1 comment
Open

why Allows usage of file:// schema is dangerous #55

mofadeyunduo opened this issue Jul 11, 2019 · 1 comment

Comments

@mofadeyunduo
Copy link

         // Allows usage of file:// schema (dangerous!) use it only when you 100% sure it's needed
	AllowFiles bool

Why is it dangerous? I couldn't find any reasons from google.

@jub0bs
Copy link

jub0bs commented Oct 25, 2022

Since file: origins are always (unless I'm missing something) serialized as null, the relevance of this AllowFiles field is moot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants