Skip to content

Commit

Permalink
Remove CORS headers (ordinals#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 29, 2022
1 parent 2f7304b commit d9f633c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 128 deletions.
139 changes: 23 additions & 116 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ members = [".", "test-bitcoincore-rpc"]
anyhow = { version = "1.0.56", features = ["backtrace"] }
axum = "0.6.1"
axum-server = "0.4.0"
base64 = "0.20.0"
bitcoin = { version = "0.29.1", features = ["rand"] }
boilerplate = { version = "0.2.3", features = ["axum"] }
chrono = "0.4.19"
Expand All @@ -36,7 +35,6 @@ mime_guess = "2.0.4"
ord-bitcoincore-rpc = "0.16.0"
redb = "0.11.0"
regex = "1.6.0"
reqwest = { version = "0.11.10", features = ["blocking"] }
rust-embed = "6.4.0"
rustls = "0.20.6"
rustls-acme = { version = "0.5.0", features = ["axum"] }
Expand All @@ -46,12 +44,11 @@ sys-info = "0.9.1"
tokio = { version = "1.17.0", features = ["rt-multi-thread"] }
tokio-stream = "0.1.9"
tokio-util = {version = "0.7.3", features = ["compat"] }
tower = "0.4.13"
tower-http = { version = "0.3.3", features = ["cors"] }

[dev-dependencies]
executable-path = "1.0.0"
pretty_assertions = "1.2.1"
reqwest = { version = "0.11.10", features = ["blocking"] }
tempfile = "3.2.0"
test-bitcoincore-rpc = { path = "test-bitcoincore-rpc" }
unindent = "0.1.7"
Expand Down
Loading

0 comments on commit d9f633c

Please sign in to comment.