From 5879037ddca4ab9a4002adf90fc7ce6c9f82f01b Mon Sep 17 00:00:00 2001 From: aaron-costello <56684862+aaron-costello@users.noreply.github.com> Date: Fri, 18 Oct 2019 21:00:11 +0100 Subject: [PATCH] security: support for clean & safe error handling on IE 11 Added pad_utils sanitization for clean and safe error handling on browsers that do not encode the path of the URL. Edited by muxator based on https://github.com/ether/etherpad-lite/pull/3647, to be able to apply the patch on develop (the PR was for master), and perform minor cleanups (mainly spurious statements). Closes #3647. --- src/templates/pad.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/pad.html b/src/templates/pad.html index 61b9f2268..0d3b7e476 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -361,6 +361,8 @@ <% e.begin_block("scripts"); %>