Skip to content

Commit

Permalink
change check_origin
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed May 25, 2024
1 parent 3af6b65 commit eda789a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ config :accumulator, AccumulatorWeb.Endpoint,
check_origin: [
"https://aayushsahu.com",
"https://phoenix-aayushsahu-com.fly.dev",
"https://phoenix.aayushsahu.com/"
"https://phoenix.aayushsahu.com/",
"moz-extension://*"
]

# Do not print debug messages in production
Expand Down

0 comments on commit eda789a

Please sign in to comment.