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
The CLI option --localhost is supposed to restrict network access to localhost (actually, 127.0.0.1), but it does nothing ATM. Looks like the Chromium CLI switch --host-rules is no longer available.
So we have to look for a replacement or remove this feature.
The text was updated successfully, but these errors were encountered:
The CLI option
--localhost
is supposed to restrict network access tolocalhost
(actually,127.0.0.1
), but it does nothing ATM. Looks like the Chromium CLI switch--host-rules
is no longer available.So we have to look for a replacement or remove this feature.
The text was updated successfully, but these errors were encountered: