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
When the "Prevent access to Extensions page..." option is used, the page URL is matched against this regex: /^[a-z]+:\/\/extensions/i (see code).
That mistakenly matches a URL like https://extensions.gnome.org, so it should be made more restrictive.
When the "Prevent access to Extensions page..." option is used, the page URL is matched against this regex:
/^[a-z]+:\/\/extensions/i(see code).That mistakenly matches a URL like https://extensions.gnome.org, so it should be made more restrictive.