diff --git a/content/includes/waf/policy.html b/content/includes/waf/policy.html
index fd33d16ee1..bdf88bb4d4 100644
--- a/content/includes/waf/policy.html
+++ b/content/includes/waf/policy.html
@@ -5330,7 +5330,7 @@
urls
allowRenderingInFramesOnlyFrom |
string |
-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. |
+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. |
|
diff --git a/data/nap-waf/schema/policy.json b/data/nap-waf/schema/policy.json
index 8ec2c20c87..d8b30b52c8 100644
--- a/data/nap-waf/schema/policy.json
+++ b/data/nap-waf/schema/policy.json
@@ -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" : {