Cors: more finegrained allowlist, make it simpler
This commit is contained in:
parent
98ce0408f7
commit
55f3b23eed
7 changed files with 19 additions and 40 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ webui-build: webui-deps
|
|||
@PHONY: devserver
|
||||
devserver:
|
||||
echo -n '' > /tmp/rqbit-log
|
||||
CORS_DEBUG=1 cargo run --release -- \
|
||||
cargo run --release -- \
|
||||
--log-file /tmp/rqbit-log \
|
||||
--log-file-rust-log=debug,librqbit=trace \
|
||||
server start /tmp/scratch/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue