Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
DEV-332 prevent subject from XSS attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
atifsaddique211f committed Nov 12, 2018
1 parent f2854e4 commit d6113c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
*ngIf="mail.dead_man_duration">Dead mans timer {{mail.dead_man_duration | remainingTime:true}}
</span>
</ng-container>
<div class="mail-content" [innerHTML]="mail.subject">
<!-- Subject Goes Here -->
<div class="mail-content">
{{mail.subject}}
</div>
</span>
</a>
Expand Down

0 comments on commit d6113c6

Please sign in to comment.