Quais são as desvantagens de '--allow-file-access-from-files'?
Não vejo nenhum inconveniente nisso, além de possíveis problemas de segurança local se você tiver arquivos locais infectados.
Você também pode querer dar uma olhada em Permitir arquivo local Acesse no Chrome (Windows) onde alguém comentou que --allow-file-access-from-files
não não permite xslt transformation
:
–allow-file-access-from-files
does not allow anymorexslt
transformation from local files. How to get that to work in chrome?xlouk said this on June 12, 2014 at 4:32 am | Reply
I don’t believe this will work with any current Chrome startup options. I would suggest using node and http.server. You can easily create a local http server from a directory. I’ll create a post showing the process.
chrisbitting said this on June 12, 2014 at 8:36 am | Reply
Isso, é claro, pode ser verdade para versões mais antigas do Chrome ... mas não da sua versão.
--allow-file-access-from-files
By default,
file://
URIs cannot read otherfile://
URIs. This is an override for developers who need the old behavior for testing.