wojtkowiak / meteor-desktop

Build a Meteor's desktop client with hot code push.
MIT License
448 stars 84 forks source link

Configurable app-serve protocol meteor:// #290

Open obonyojimmy opened 3 years ago

obonyojimmy commented 3 years ago

It could be greate if the app serve protocol meteor:// be user configurable, with a default of meteor:// probably via setting.json variable.

Scenario

A scenario affecting this is where user has Iframes in the app , and the Iframes are CSP (Content-Security-Policy) configured to allow subset of origin

diavrank commented 3 years ago

That would be a good idea, maybe this helps to solve this another issue