Files
holesail-browser/extension/dashboard
Raven Scott 58a41f6965
CI / Build & Test (push) Failing after 2m42s
fix(permissions): request host permissions during user gesture, not in background
chrome.permissions.request() must be called synchronously within a user
gesture. Moving it from the background message-router (where the gesture
context has expired) into the addVhostSubmit click handler in virtual-hosts.js
fixes the "Unchecked runtime.lastError: This function must be called during
a user gesture" console error.
2026-03-01 13:24:04 -05:00
..