Nextcloud Security (Linux): Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 7: | Zeile 7: | ||
=== Probleme === | === Probleme === | ||
==== __Host-Prefix ==== | |||
<pre> | |||
The __Host prefix mitigates cookie injection vulnerabilities within potential third-party software sharing the same second level domain. It is an additional hardening on top of 'normal' same-site cookies. | |||
</pre> | |||
== Zwei-Faktor-Athentifizierung == | == Zwei-Faktor-Athentifizierung == |
Version vom 15. August 2021, 12:49 Uhr
Noch in Bearbeitung
Online Security Check
Zu finden unter https://scan.nextcloud.com/
Probleme
__Host-Prefix
The __Host prefix mitigates cookie injection vulnerabilities within potential third-party software sharing the same second level domain. It is an additional hardening on top of 'normal' same-site cookies.
Zwei-Faktor-Athentifizierung
Links
https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/two_factor-auth.html
https://docs.nextcloud.com/server/latest/user_manual/de/user_2fa.html
https://apps.nextcloud.com/apps/twofactor_admin
https://www.techrepublic.com/article/how-to-enable-2fa-on-a-per-user-basis-in-nextcloud/
Zurück zu Nextcloud