Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated Jelly files according to Jenkins requirements for XSS protect…
  • Loading branch information
danielputerman committed Sep 12, 2016
1 parent 9c4b93b commit 7d95e9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<tr><td></td></tr><tr><td colspan="2">${it.iframeText}</td></tr>
<tr><td></td></tr><tr><td colspan="2"><j:out value="${it.iframeText}"/></td></tr>
</j:jelly>
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core"
xmlns:f="/lib/form">
<f:entry title="${%url.text.text}" field="serverURL">
Expand Down

0 comments on commit 7d95e9a

Please sign in to comment.