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
Expected results:
Source window opens, in the ~example.com container.
Actual results:
The tab reloads, end up at the site rather than viewing the source.
Additional information:
I think this is happening because the default container logic thinks view-source is the host name, as the URL becomes view-source:https://example.com/.
The text was updated successfully, but these errors were encountered:
It appears that using the default container functionality breaks view source.
Steps to reproduce:
~{domain}.{tld}
container name.Expected results:
Source window opens, in the
~example.com
container.Actual results:
The tab reloads, end up at the site rather than viewing the source.
Additional information:
I think this is happening because the default container logic thinks
view-source
is the host name, as the URL becomesview-source:https://example.com/
.The text was updated successfully, but these errors were encountered: