Skip to content

Commit

Permalink
[SECURITY-2349]
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed May 5, 2021
1 parent 2e0e0ef commit 41f3ec1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
</div>
<script>
try {
var id = "${it.divId}";
var id = "${it.divId.replaceAll('[^id0-9]', '')}";
var newInput = document.getElementById('content');
var oldInput = window.opener.document.getElementById(id);
oldInput.value = newInput.value;
Expand Down

0 comments on commit 41f3ec1

Please sign in to comment.