Skip to content

Commit

Permalink
UnicodeRanges.All
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne-KTCSZ committed Oct 17, 2019
1 parent f13e6fb commit d2baadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EasyFrameWork/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static void UseEasyFrameWork(this IServiceCollection services, IConfigura
services.ConfigureCache<ConcurrentDictionary<string, ConcurrentDictionary<string, LanguageEntity>>>();

services.AddScoped<IAuthorizationHandler, RolePolicyRequirementHandler>();
//services.AddSingleton(HtmlEncoder.Create(UnicodeRanges.All));
services.AddSingleton(HtmlEncoder.Create(UnicodeRanges.All));

services.ConfigureStateProvider<CurrentCustomerStateProvider>();
services.ConfigureStateProvider<CurrentUserStateProvider>();
Expand Down

0 comments on commit d2baadf

Please sign in to comment.