Implementierte GDPR-konforme Cookie-Zustimmungsmechanik
- Integrierte die 'bootstrap-cookie-consent-settings' Bibliothek für Cookie-Zustimmungsdialoge - Hinzugefügt mehrsprachige Unterstützung für Cookie-Dialoge - Konfigurierte Anwendungseinstellungen in 'appsettings.json' - Erstellt Datenschutz- und Cookie-Richtlinien mit TermsFeed - Angepasste sprachbasierte Einstellungen in './wwwroot/cookie-consent-content'
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<script src="~/js/network.js" asp-append-version="true"></script>
|
||||
<script src="~/js/app.js" asp-append-version="true"></script>
|
||||
<script src="~/lib/pspdfkit/pspdfkit.js" asp-append-version="true"></script>
|
||||
<script src="~/lib/bootstrap-cookie-consent-settings-main/src/bootstrap-cookie-consent-settings.js" asp-append-version="true"></script>
|
||||
<script src="~/lib/bootstrap-cookie-consent-settings-main/bootstrap-cookie-consent-settings.js" asp-append-version="true"></script>
|
||||
@await RenderSectionAsync("Scripts", required: false)
|
||||
<main role="main">
|
||||
<partial name="_CookieConsentPartial" />
|
||||
|
||||
Reference in New Issue
Block a user