mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Move link changed for developer.mozilla.org (#44669)
Closes #44661
(cherry picked from commit 44cf6d6808)
Signed-off-by: rmartinc <rmartinc@redhat.com>
This commit is contained in:
@@ -443,7 +443,7 @@ Make sure to update your code to `await` these methods.
|
|||||||
|
|
||||||
== A secure context is now required
|
== A secure context is now required
|
||||||
|
|
||||||
Keycloak JS now requires a link:https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts[secure context] to run. The reason for this is that the library now uses the Web Crypto API for various cryptographic functions. This API is only available in secure contexts, which are contexts that are served over HTTPS, `localhost` or a `.localhost` domain. If you are using the library in a non-secure context you'll need to update your development environment to use a secure context.
|
Keycloak JS now requires a link:https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Secure_Contexts[secure context] to run. The reason for this is that the library now uses the Web Crypto API for various cryptographic functions. This API is only available in secure contexts, which are contexts that are served over HTTPS, `localhost` or a `.localhost` domain. If you are using the library in a non-secure context you'll need to update your development environment to use a secure context.
|
||||||
|
|
||||||
= Stricter startup behavior for build-time options
|
= Stricter startup behavior for build-time options
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user