Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

fix(bridge): Fix style content security policy (#6750) #6785

Merged
merged 2 commits into from
Feb 8, 2022

Conversation

Kirdock
Copy link
Contributor

@Kirdock Kirdock commented Feb 7, 2022

Fixes #6750
style-src unsafe-inline has to be used for Angular applications. angular/angular#37631
Signed-off-by: Klaus Strießnig k.striessnig@gmail.com

Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
Signed-off-by: Klaus Strießnig <k.striessnig@gmail.com>
@sonarcloud
Copy link

sonarcloud bot commented Feb 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Feb 7, 2022

Codecov Report

Merging #6785 (2967253) into master (4c88c76) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #6785   +/-   ##
=======================================
  Coverage   57.64%   57.64%           
=======================================
  Files         506      506           
  Lines       28935    28935           
  Branches     1358     1358           
=======================================
  Hits        16681    16681           
  Misses      11043    11043           
  Partials     1211     1211           
Impacted Files Coverage Δ
bridge/server/app.ts 47.77% <ø> (ø)
Flag Coverage Δ
bridge-server 59.27% <ø> (ø)
bridge2 74.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Copy link
Member

@ermin-muratovic ermin-muratovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Kirdock Kirdock merged commit bd0d569 into master Feb 8, 2022
@Kirdock Kirdock deleted the fix/6750/style-content-security-policy branch February 8, 2022 07:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not supported stylesheet MIME type error
2 participants