Skip to content

Commit 9772398

Browse files
committed
Removed unneeded links
1 parent 1d18be6 commit 9772398

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

configuration/secrets.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,3 @@ The secrets system is enabled by default and some of its behavior can be configu
314314
// ->decryptionEnvVar('base64:default::SYMFONY_DECRYPTION_SECRET')
315315
;
316316
};
317-
318-
319-
.. _`libsodium`: https://pecl.php.net/package/libsodium
320-
.. _`paragonie/sodium_compat`: https://github.com/paragonie/sodium_compat

reference/configuration/security.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,6 @@ role inheritance rules by creating a role hierarchy, as explained in
852852
:ref:`security-role-hierarchy`.
853853

854854
.. _`PBKDF2`: https://en.wikipedia.org/wiki/PBKDF2
855-
.. _`libsodium`: https://pecl.php.net/package/libsodium
856855
.. _`Session Fixation`: https://owasp.org/www-community/attacks/Session_fixation
857856
.. _`Argon2 key derivation function`: https://en.wikipedia.org/wiki/Argon2
858857
.. _`bcrypt password hashing function`: https://en.wikipedia.org/wiki/Bcrypt

security/named_hashers.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,3 @@ you must register a service for it in order to use it as a named hasher:
186186
187187
This creates a hasher named ``app_hasher`` from a service with the ID
188188
``App\Security\Hasher\MyCustomPasswordHasher``.
189-
190-
.. _`libsodium`: https://pecl.php.net/package/libsodium

0 commit comments

Comments
 (0)