How to Access Local Files in Chromium: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 13: Line 13:
*https://www.chromium.org/developers/how-tos/run-chromium-with-flags
*https://www.chromium.org/developers/how-tos/run-chromium-with-flags
**--enable-local-file-accesses should be executable as a flag from command line when running Chrome from command line [https://peter.sh/experiments/chromium-command-line-switches/]
**--enable-local-file-accesses should be executable as a flag from command line when running Chrome from command line [https://peter.sh/experiments/chromium-command-line-switches/]
**You can run Chromium from command line with different flags (switches) [https://www.chromium.org/developers/how-tos/run-chromium-with-flags

Revision as of 20:24, 9 November 2020

Basics