Currently subappv1 apps need to pass nonce value if it needs to set a CSP header. This PR adds changes to handle it at framework level. App can set a boolean so that electrode will add CSP header.
Additional changes/notes
Sample application with CSP header updated
Added a minor fix to import statement that caused failures when running rush test.
Added changelog files for these changes. This is required for next publish with rush publish
Summary
Currently
subappv1
apps need to passnonce
value if it needs to set a CSP header. This PR adds changes to handle it at framework level. App can set a boolean so that electrode will add CSP header.Additional changes/notes
rush test
.changelog
files for these changes. This is required for next publish withrush publish