maliming
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/modules/gdpr.md
|
|
@ -285,8 +285,8 @@ public override void OnApplicationInitialization(ApplicationInitializationConten |
|
|
|
|
|
|
|
|
+ app.UseAbpCookieConsent(); |
|
|
+ app.UseAbpCookieConsent(); |
|
|
app.UseCorrelationId(); |
|
|
app.UseCorrelationId(); |
|
|
app.MapAbpStaticAssets(); |
|
|
|
|
|
app.UseRouting(); |
|
|
app.UseRouting(); |
|
|
|
|
|
app.MapAbpStaticAssets(); |
|
|
app.UseAbpSecurityHeaders(); |
|
|
app.UseAbpSecurityHeaders(); |
|
|
app.UseAuthentication(); |
|
|
app.UseAuthentication(); |
|
|
|
|
|
|
|
|
|