Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] how to disable sandboxing?

Hi Rafael,
If you just want to disable sandboxing so as to let your same domain plugins do some experimental stuff with "parent" you can remove or comment out the line in plugin registry that sets the iframe sandbox.

In MASTER this is line 662 in org.eclipse.orion.client.core/web/orion/pluginregistry.js ...
  iframe.sandbox = "allow-scripts allow-same-origin";

-Simon

Inactive hide details for Rafael Chaves ---12/17/2012 03:03:21 PM---Hi Mike, I opened bug 393711 but not being a solid JS progrRafael Chaves ---12/17/2012 03:03:21 PM---Hi Mike, I opened bug 393711 but not being a solid JS programmer or having minimal


    From:

Rafael Chaves <rafael@xxxxxxxxxxxx>

    To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>,

    Date:

12/17/2012 03:03 PM

    Subject:

Re: [orion-dev] how to disable sandboxing?

    Sent by:

orion-dev-bounces@xxxxxxxxxxx




Hi Mike,

I opened bug 393711 but not being a solid JS programmer or having minimal understanding of Orion's architecture that is as far as I can help with right now.

So while that bug follows its course, I am begging for some education here: how can sandboxing be possibly disabled (as from those quotes it seems it can)? Once I understand that, hopefully I can think of a way of solving the issues I am facing now that works for my scenario, and maybe propose a solution that can be adopted in Orion in the future.  

Pretty please?

Rafael

On Mon, Dec 17, 2012 at 11:13 AM, Mike Wilson <Mike_Wilson@xxxxxxxxxx> wrote:
    Rafael,

    I thought you were going to help us figure out how to solve this problem? Instead of re-iterating your original position, try to describe exactly what you'd like to be able to do, maybe even with example API, etc.  Bug 393711 is a starting point, but you (and Simon) need to flesh out details, before we can think about implementing it.


    McQ.
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


GIF image

GIF image


Back to the top