How to Access Local Files in Chromium: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 15: Line 15:
**You can run Chromium from command line with different flags (switches) [https://www.chromium.org/developers/how-tos/run-chromium-with-flags
**You can run Chromium from command line with different flags (switches) [https://www.chromium.org/developers/how-tos/run-chromium-with-flags
*According to the above, chromium-browser --enable-local-file-accesses shoudl do the trick
*According to the above, chromium-browser --enable-local-file-accesses shoudl do the trick
*Doesn't work
*chromium --enable-local-file-accesses shoudl do the trick

Revision as of 20:29, 9 November 2020

Basics