Skip to content

Commit

Permalink
feat: add FSM to acceptable headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AmooHashem committed Nov 4, 2024
1 parent bee1d11 commit 58ffd8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manage_content_service/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ def GET_PAYMENT_CALLBACK_URL(domain, status):
'user-agent',
'x-csrftoken',
'x-requested-with',
'Website', # Add your custom header here
'Website',
'FSM',
]


Expand Down

0 comments on commit 58ffd8a

Please sign in to comment.