Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/includes/waf/policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5330,7 +5330,7 @@ <h2 id="policy/urls">urls</h2>
<tr class="odd">
<td><code>allowRenderingInFramesOnlyFrom</code></td>
<td>string</td>
<td>Specifies that the browser may load the frame or iframe from a specified domain. Type the protocol and domain in URL format for example, <a href="http://www.mywebsite.com">http://www.mywebsite.com</a>. Do not enter a sub-URL, such as <a href="http://www.mywebsite.com/index">http://www.mywebsite.com/index</a>.</td>
<td>Specifies that the browser may load the frame or iframe from a specified domain. Type the protocol and domain in URL format for example, <a href="http://www.example.com">http://www.example.com</a>. Do not enter a sub-URL, such as <a href="http://www.example.com/index">http://www.example.com/index</a>.</td>
<td></td>
</tr>
<tr class="even">
Expand Down
2 changes: 1 addition & 1 deletion data/nap-waf/schema/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -4056,7 +4056,7 @@
"type" : "string"
},
"allowRenderingInFramesOnlyFrom" : {
"description" : "Specifies that the browser may load the frame or iframe from a specified domain. Type the protocol and domain in URL format for example, http://www.mywebsite.com. Do not enter a sub-URL, such as http://www.mywebsite.com/index.",
"description" : "Specifies that the browser may load the frame or iframe from a specified domain. Type the protocol and domain in URL format for example, http://www.example.com. Do not enter a sub-URL, such as http://www.example.com/index.",
"type" : "string"
},
"attackSignaturesCheck" : {
Expand Down
Loading