'How to Grant Limited Local Disk Access to File on Local Disk in Chrome Extension?
Looking for a way to allow a user to upload a client cert and keep it on their machine via chrome extension. The idea is the cert lives on a user's local disk at rest and the extension merely reads the file to sign requests. Is something like this possible? I've seen people use file://<path-to-local-file> in manifest.json to allow file access permissions, but is there a way to let the user specify this explicitly, so the scope of disk acess is limited to 1 file?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
