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
[Why is this Story important? Explain the context and reasons for this feature or change.]
There is an issue with the CSP (Content Security Policy) settings, which are currently set to “unsafe.” To ensure security without any issues, proper CSP settings need to be set.
Required Features
[Clearly describe the features or functionality needed for this Story.]
Implement a feature so that when a request is received for a file with an extension specified in the static handler, a template can be injected (for injecting the nonce value).
Impact
[Specify which components or services will be affected by this Story.]
Ensure there are no security issues, and web pages should display styles properly.
Testing Scenarios
[Outline test cases or scenarios for validating the implementation.]
Verify functionality in a web environment.
Pass security checks using ZAP
The text was updated successfully, but these errors were encountered:
Motivation
[Why is this Story important? Explain the context and reasons for this feature or change.]
Required Features
[Clearly describe the features or functionality needed for this Story.]
Impact
[Specify which components or services will be affected by this Story.]
Testing Scenarios
[Outline test cases or scenarios for validating the implementation.]
The text was updated successfully, but these errors were encountered: