Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

04_SB_FDH #16

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

04_SB_FDH #16

wants to merge 3 commits into from

Conversation

Binanz
Copy link

@Binanz Binanz commented Feb 14, 2023

Update CSP (client and server side) in order to keep a particular inline scripting.

default-src 'self';
script-src 'sha256-bnvMlzCkExJuk27zX9Elb1jJxyvN4DcATdP+klZg6VY=' 'self';
connect-src 'self';
img-src 'self';
style-src 'self' 'unsafe-inline' ;
font-src 'self';
base-uri 'self';
object-src 'none';
trusted-types angular;
require-trusted-types-for 'script'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant