Skip to content

Commit 13a365a

Browse files
committed
Disable CORS proxy by default.
1 parent 7e7fb8a commit 13a365a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib/options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ module.exports = [
149149
name: 'useCorsProxy',
150150
help: 'Do you want to have a CORS proxy endpoint?',
151151
flag: true,
152-
prompt: true,
152+
default: false,
153153
hide: true
154154
},
155155
{

0 commit comments

Comments
 (0)