Skip to content

Commit

Permalink
Allow elementaryos.org as origin (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmhewitt authored Dec 20, 2023
1 parent 0a9db7f commit 1c63025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config :store, Elementary.StoreWeb.Endpoint,
url: [scheme: "https", port: 443],
http: [port: 4000, transport_options: [socket_opts: [:inet6]]],
cache_static_manifest: "priv/static/cache_manifest.json",
check_origin: ["https://store.elementary.io", "https://store.elementaryos.org"],
gzip: true

# Do not print debug messages in production
Expand Down

0 comments on commit 1c63025

Please sign in to comment.