Skip to content

Commit ef6931f

Browse files
zsxOldes
authored andcommitted
FIX: turn off all security by default
1 parent 03a08b8 commit ef6931f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/mezz/sys-start.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ start: func [
111111
flags/secure-min ['allow]
112112
flags/secure-max ['quit]
113113
file? script [compose [file throw (file) [allow read] (first script-path) allow]]
114-
'else [compose [file throw (file) [allow read] %. allow]] ; default
114+
'else ['none] ;compose [file throw (file) [allow read] %. allow]] ; default
115115
])
116116

117117
;-- Evaluate rebol.r script:

src/tests/run-tests.r3

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Rebol [
55
Needs: [%quick-test-module.r3]
66
]
77

8-
secure [file allow]
9-
108
dt [ ;- delta time
119
***start-run*** "All tests"
1210
;recycle/torture

0 commit comments

Comments
 (0)