summaryrefslogtreecommitdiffstats
path: root/src/global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/global.cpp')
-rw-r--r--src/global.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.cpp b/src/global.cpp
index ece4402..8f19899 100644
--- a/src/global.cpp
+++ b/src/global.cpp
@@ -197,7 +197,7 @@ const QVariantMap& Global::getCombinedIdpWhitelist()
combined += s;
}
retval.insert(filter, combined.replace(
- QRegularExpression("[^\\w. /:-]", QRegularExpression::UseUnicodePropertiesOption),
+ QRegularExpression("[^\\w. /:@-]", QRegularExpression::UseUnicodePropertiesOption),
QString()));
}
m_combinedWhitelist = retval;