increase max inline message size from ~12k to ~120k, because HTML and 2017, RT#76879
[freeside.git] / rt / etc / RT_Config.pm.in
index 506dd7b..3a87850 100644 (file)
@@ -1162,7 +1162,7 @@ are extending RT.
 
 =cut
 
-Set($WebNoAuthRegex, qr{^ /rt (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
+Set($WebNoAuthRegex, qr{^ (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
 
 =item C<$SelfServiceRegex>
 
@@ -1858,7 +1858,7 @@ their preferences.
 
 =cut
 
-Set($MaxInlineBody, 12000);
+Set($MaxInlineBody, 120000);
 
 =item C<$ShowTransactionImages>