Skip to content

Commit

Permalink
Merge branch 'ah/bc-user-settings' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-s76 committed Feb 13, 2024
2 parents 2ea143a + 074df7f commit af824b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ defmodule RecognizerWeb.Accounts.UserSettingsController do
redirect(conn, external: Application.get_env(:recognizer, :redirect_url))
else
conn
|> delete_resp_header("x-frame-options")
|> put_resp_header(
"Content-Security-Policy",
"default-src 'self'; frame-ancestors 'self' https://bigcommerce.com;"
Expand Down

0 comments on commit af824b9

Please sign in to comment.