.. include:: /Includes.rst.txt .. _important-94615: ============================================================================================== Important: #94615 - Fluid view helpers f:link.external and f:uri.external use https by default ============================================================================================== See :issue:`94615` Description =========== When using the Fluid view helpers :html:`f:uri.external` or :html:`f:link.external` without an explicitly specified scheme, the target link now uses :html:`https` instead of :html:`http`. Given the following Fluid snippets: .. code-block:: html some content The result before: .. code-block:: html some content http://www.some-domain.tld New result: .. code-block:: html some content https://www.some-domain.tld If the new default can not be used, the :html:`http` scheme needs to be specified. Examples: .. code-block:: html some content some content .. index:: Fluid, ext:fluid