Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / url / UrlUtils.h
index 69bc679..5189a57 100644 (file)
@@ -19,7 +19,7 @@
 #include <map>
 
 /** Characters that are safe for URL without percent-encoding. */
-#define URL_SAFE_CHARS ":/?#[]@!$&'(){}*+,;="
+#define URL_SAFE_CHARS ":/?#[]@!$&'()*+,;="
 
 //////////////////////////////////////////////////////////////////////
 namespace zypp