You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: stop Chrome before updating Preferences for extension pinning
Chrome overwrites the Preferences file on exit, so we need to:
1. Stop Chromium via supervisorctl stop
2. Update the Preferences file with pinned_extensions
3. Start Chromium via supervisorctl start
This ensures Chrome reads our updated Preferences on startup.
0 commit comments