[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: newproxy has its uses...
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 7 Apr 2014 15:04:30 +0200
On Mon, Apr 7, 2014 at 3:00 PM, Thiago L. <fakedme@gmail.com> wrote:
> Well if I were to use __index and __newindex someone could use rawget and
> rawset to bypass it and break my proxy... newproxy blocks that...
That's true. But if you are not trusting your users then there must be
a sandbox, and in which case you could simply not give them
rawget/rawset ;)