enhancementhelp wantedmini-browser
Repository metrics
- Stars
- (18,676 stars)
- PR merge metrics
- (Avg merge 15d 4h) (75 merged PRs in 30d)
Description
There are 2 cases to consider:
- opening a URL with
httpfrom Theia deployed underhttps, in this case we should notify a user about CORS issues. Right now they are only logged in the dev tool console and the mini browser is spining forever. - opening a URL with
httpsscheme, in this case some pages cannot be opened in iframe (see images below). The mini-browser should detect it and propose a user to open such page in a new browser tab.