Skip to content

Commit

Permalink
allow all origins for erpc (while fix for erpc is on the way)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 14, 2025
1 parent b1ed667 commit 170b615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/devnet-0/erpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ erpc:
- id: main
cors:
allowedOrigins:
- "https://*.ethpandaops.io"
- "chrome-extension://*"
#- "https://*.ethpandaops.io"
- "*"
allowedMethods:
- "GET"
- "POST"
Expand Down

0 comments on commit 170b615

Please sign in to comment.