We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a699461 + 3f409ce commit bdad003Copy full SHA for bdad003
views/dataApiHtmlDocs/index.cfm
@@ -14,7 +14,7 @@
14
<cfif Len( Trim( spec.info[ "x-favicon" ] ?: "" ) )>
15
<link rel="shortcut icon" href="#spec.info[ "x-favicon" ]#" type="image/x-icon" />
16
</cfif>
17
- <style>
+ <style nonce="#event?.getRequestNonce()#">
18
<cfinclude template="htmlDocsCss.css" />
19
</style>
20
</head>
views/swaggerLayout.cfm
@@ -11,7 +11,7 @@
11
<!--
12
ReDoc doesn't change outer page styles
13
-->
body {
margin: 0;
padding: 0;
0 commit comments