diff --git a/dist/app-boot.js b/dist/app-boot.js
index 40a894a..7237602 100644
--- a/dist/app-boot.js
+++ b/dist/app-boot.js
@@ -2760,6 +2760,14 @@ var EnhancedSecureCryptoUtils = class _EnhancedSecureCryptoUtils {
if (typeof message !== "string") {
throw new Error("Message must be a string");
}
+ function replaceUntilStable(str, pattern, replacement = "") {
+ let previous;
+ do {
+ previous = str;
+ str = str.replace(pattern, replacement);
+ } while (str !== previous);
+ return str;
+ }
const dangerousPatterns = [
// Script tags with various formats
/\r\n /\r\n /\r\n /\r\n /