[REBOL] security
From: louisaturk::coxinet::net at: 10-Dec-2001 16:47
Rebol friends, The following script runs another script that reads some web pages off the internet every 50 minutes. It asks me for permission to relax security, which I give it. While this script is waiting to do %readpages.r again, is my compute insecure? Can someone access my computer? REBOL[] forever [ do %readpages.r ; rebol scrip to do. wait 00:50:00 ; wait hours:minutes:seconds. ] Thanks, Louis