summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters
diff options
context:
space:
mode:
Diffstat (limited to 'jdisc-security-filters')
-rw-r--r--jdisc-security-filters/src/main/java/com/yahoo/jdisc/http/filter/security/csp/CspResponseFilter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdisc-security-filters/src/main/java/com/yahoo/jdisc/http/filter/security/csp/CspResponseFilter.java b/jdisc-security-filters/src/main/java/com/yahoo/jdisc/http/filter/security/csp/CspResponseFilter.java
index 9ed0c745131..1d5388a2fb1 100644
--- a/jdisc-security-filters/src/main/java/com/yahoo/jdisc/http/filter/security/csp/CspResponseFilter.java
+++ b/jdisc-security-filters/src/main/java/com/yahoo/jdisc/http/filter/security/csp/CspResponseFilter.java
@@ -10,8 +10,8 @@ import com.yahoo.yolean.chain.Provides;
/**
* The HTTP Content-Security-Policy (CSP) sandbox directive enables a sandbox for the requested resource similar to
- * the <iframe> sandbox attribute. It applies restrictions to a page's actions including preventing popups, preventing
- * the execution of plugins and scripts, and enforcing a same-origin policy.
+ * the &lt;iframe&gt; sandbox attribute. It applies restrictions to a page's actions including preventing popups,
+ * preventing the execution of plugins and scripts, and enforcing a same-origin policy.
*
* @author freva
*/