How to Access Local Files in Chromium: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
**Should never have local file access, even from local computer, so set up a mini local server - [https://stackoverflow.com/questions/18586921/how-to-launch-html-using-chrome-at-allow-file-access-from-files-mode] | **Should never have local file access, even from local computer, so set up a mini local server - [https://stackoverflow.com/questions/18586921/how-to-launch-html-using-chrome-at-allow-file-access-from-files-mode] | ||
**For ubuntu- [https://www.heelpbook.net/2014/set-allow-file-access-files-flag-option-google-chrome/#:~:text=On%20Linux%20Operating%20System%20(specifically%20UBUNTU)&text=Go%20to%20the%20menu%20entry,Open%20the%20launcher%20properties%20dialog.&text=Change%20it%20to%20%2Fusr%2Fbin,make%20the%20flags%20work%20permanently.] | **For ubuntu- [https://www.heelpbook.net/2014/set-allow-file-access-files-flag-option-google-chrome/#:~:text=On%20Linux%20Operating%20System%20(specifically%20UBUNTU)&text=Go%20to%20the%20menu%20entry,Open%20the%20launcher%20properties%20dialog.&text=Change%20it%20to%20%2Fusr%2Fbin,make%20the%20flags%20work%20permanently.] | ||
**None of this shit works - [https://stackoverflow.com/questions/18472464/how-do-i-open-a-file-with-chrome-from-the-command-line/51412795] | |||
=Basics= | =Basics= | ||
*How to run an app from command line | *How to run an app from command line | ||
*https://www.chromium.org/developers/how-tos/run-chromium-with-flags | *https://www.chromium.org/developers/how-tos/run-chromium-with-flags |
Revision as of 20:21, 9 November 2020
- Hint 2 - https://www.heelpbook.net/2014/set-allow-file-access-files-flag-option-google-chrome/#:~:text=On%20Linux%20Operating%20System%20(specifically%20UBUNTU)&text=Go%20to%20the%20menu%20entry,Open%20the%20launcher%20properties%20dialog.&text=Change%20it%20to%20%2Fusr%2Fbin,make%20the%20flags%20work%20permanently.
- About the SweetHomeExporter - [1]
- Allow your browser to read local files - discussion [2]. How to - https://www.google.com/search?q=allow+browser+to+read+local+files. But more specifically - allow browser to read local files in linux - https://www.google.com/search?q=allow+browser+to+read+local+files+linux.
- Results:
Basics
- How to run an app from command line
- https://www.chromium.org/developers/how-tos/run-chromium-with-flags