You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your nuget package which works very well. However, I have a new requirement that means I need to update the CSP header dynamicly. That is, we have a internal product to which we need to add call back urls. When these are added, we need to restart the web app so that the CSP is updated.
Would it be possible to store the CSP options in a static varaible so that I can update the values as needed, and the middleware read from these gloabl static settings?
thanks.
Peter
The text was updated successfully, but these errors were encountered:
Hi,
I am using your nuget package which works very well. However, I have a new requirement that means I need to update the CSP header dynamicly. That is, we have a internal product to which we need to add call back urls. When these are added, we need to restart the web app so that the CSP is updated.
Would it be possible to store the CSP options in a static varaible so that I can update the values as needed, and the middleware read from these gloabl static settings?
thanks.
Peter
The text was updated successfully, but these errors were encountered: