wordpress-playground icon indicating copy to clipboard operation
wordpress-playground copied to clipboard

Use persistent permissions when accessing a local directory

Open adamziel opened this issue 6 months ago • 1 comments

Playground enables loading a local WordPress site in the browser. Unfortunately, the user may be asked to grant directory permissions on each visit. Chrome now allows persisting the folder permissions – let's explore that:

https://developer.chrome.com/blog/persistent-permissions-for-the-file-system-access-api

But even if you have granted write permission to the folder before, you now need to grant access again. This gets tiring really quickly.

adamziel avatar Aug 02 '24 09:08 adamziel