> The answer is twofold, first secure doesn't allow 'none, 
> it should be allow.

Yes, thanks. My error, I meant allow.

> Second, we are talking CGI here, aren't
> we? So whom do you expect to answer the security question?
> 
> >> secure [file none]
> ** Script Error: Invalid argument: none.
> ** Where: secure [file none]
> 
> >> secure [file allow]
> REBOL - Security Check:
> Script requests permission to lower security level
> Yes, allow all, no, or quit? (Y/A/N/Q) 

Haha, I never checked it interactively. Thanks.

> 
> What you _could_ do, is something like
> 
> #!rebol -cs
> REBOL[]
> secure [net quit]
> 
> This would give all access to files, but none to the web.
> 
> 
> hope that helps,
> 
> Ingo

Thanks so much.

Keith

Reply via email to