Skip to content

Commit

Permalink
fix #2021
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Nov 6, 2024
1 parent 18f5005 commit 4fcd96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion otoroshi/app/wasm/proxywasm/coraza.scala
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ object NgCorazaWAF {
plugins(key)
} else {
//val url = s"http://127.0.0.1:${env.httpPort}/__otoroshi_assets/wasm/coraza-proxy-wasm-v0.5.0.wasm?$key"
//val url = "wasm/coraza-proxy-wasm-v0.5.0.wasm"
val url = "wasm/coraza-proxy-wasm-v6fb6b5f34ffef5b87039dfd3d2543e244bbf2a0b.wasm"
val p = new CorazaPlugin(
WasmConfig(
Expand Down

0 comments on commit 4fcd96f

Please sign in to comment.