Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update NPSWebView with Content-Security-Policy meta tag
The NPSWebView has been updated to include a Content-Security-Policy meta tag in the head section of the HTML. This tag helps to improve the security of the web view by restricting the sources from which content can be loaded. The new meta tag specifies that only 'self' and 'unsafe-inline' sources are allowed for styles, and only 'self' sources are allowed for scripts. This helps to mitigate the risk of cross-site scripting (XSS) attacks.
- Loading branch information