mozilla / side-view

An experiment with opening mobile views of pages in the sidebar
Mozilla Public License 2.0
187 stars 40 forks source link

[Feature Request] Process page through add-ons like regular window does #286

Open git6578 opened 6 years ago

git6578 commented 6 years ago

Great add-on idea! Will definetly try again soon.

ISSUE: Pages get loaded raw and unfiltered. One can not block any content like javascripts, XHR, ..., in the sidebar. Tested with uMatrix add-on and reddit.com

Please make pages be processed like regular window pages, through add-ons etc.

(additionally: Fullscreen functions do neither work for the side bar nor the full screen)

johngruen commented 6 years ago

Yeah this would be cool, related to underlying APIs and #288 and #289

TiepiNL commented 6 years ago

I heavily rely on the Firefox multi-account containers add-on. If pages aren't processed through this add-on, the result is that I have to login again on almost every site I send to the Side View.

ExE-Boss commented 6 years ago

This might end up being fixed as a result of using <iframe mozbrowser> (see #327).