Skip to content

Commit

Permalink
fix: SRI security toggle (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkorovin authored and NGPixel committed Oct 19, 2019
1 parent f4816d0 commit 73aa870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/graph/admin/site/site-mutation-save-config.gql
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mutation (
$securityIframe: Boolean!
$securityReferrerPolicy: Boolean!
$securityTrustProxy: Boolean!
$securitySRI: Boolean!
$securityHSTS: Boolean!
$securityHSTSDuration: Int!
$securityCSP: Boolean!
Expand All @@ -36,6 +37,7 @@ mutation (
securityIframe: $securityIframe,
securityReferrerPolicy: $securityReferrerPolicy,
securityTrustProxy: $securityTrustProxy,
securitySRI: $securitySRI,
securityHSTS: $securityHSTS,
securityHSTSDuration: $securityHSTSDuration,
securityCSP: $securityCSP,
Expand Down

0 comments on commit 73aa870

Please sign in to comment.