Re: Protect global table from any changes
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Protect global table from any changes
- From: Petri Häkkinen <petrih3@...>
- Date: 2022年1月21日 19:39:40 +0200
> On 21. Jan 2022, at 12.44, Flyer31 Test <flyer31@googlemail.com> wrote:
>
> So then this would help against "accidential changes" by user in
> sandbox. So more for "non careful sandbox users". This is fine of
> course anyway.
>
> ... but a flag which you can turn on and then later off again without
> any problem, would NOT help against "possibly evil / obstructive"
> sandbox users... (as I understood Meir, this is what Meir looks
> for...).
No. You don’t expose the API for changing the read only flag to the sandbox. Otherwise it wouldn’t be much of a sandbox.
Petri