Skip to content

Commit

Permalink
Strip unwanted tags from mailbox Auto Reply
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed May 6, 2024
1 parent a59619c commit 1169f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/MailboxesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ public function autoReplySave($id, Request $request)
}

$mailbox->fill($request->all());
$mailbox->auto_reply_message = \Helper::stripDangerousTags($mailbox->auto_reply_message);

$mailbox->save();

Expand Down

0 comments on commit 1169f5b

Please sign in to comment.