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 recently enabled CSP policies for my Rails web application and just realized the Rollout UI page is having inline scripts blocked by the policies.
Since I've enabled the directive script-src with the strict-dynamic mode (reference), I'm trying to find a way to pass the nonce value to the Rollout UI but I could not find any reference here of how to make it happen.
Is there a way I could easily inform the nonce value of my rails application to the Rollout UI and then unblock the Rollout UI scripts?
The text was updated successfully, but these errors were encountered:
Hi there,
I recently enabled CSP policies for my Rails web application and just realized the Rollout UI page is having inline scripts blocked by the policies.
Since I've enabled the directive
script-src
with thestrict-dynamic
mode (reference), I'm trying to find a way to pass thenonce
value to the Rollout UI but I could not find any reference here of how to make it happen.Is there a way I could easily inform the nonce value of my rails application to the Rollout UI and then unblock the Rollout UI scripts?
The text was updated successfully, but these errors were encountered: