Skip to content

Commit

Permalink
[TASK] Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wessels committed Dec 3, 2019
1 parent d923531 commit 917a606
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ securedDirs
Description
List of directories of your TYPO3 Server in that files should be secured, separated by pipe (|). Files in subdirectories
will also be secured.
You can use :ref:`regex:Regular Expressions` for this option.
You can use :ref:`regex` for this option.

.. _admin-configuration-securedFileTypes:
Expand All @@ -70,7 +70,7 @@ securedFiletypes
Description
List of file types (file extensions) that should be protected. Multiple file extension patterns can be separated by a
pipe (|). You can use an asterisk (*) if you want to protect all files within configured directories.
You can use :ref:`regex:Regular Expressions` for this option.
You can use :ref:`regex` for this option.

.. _admin-configuration-domain:
Expand All @@ -89,7 +89,7 @@ domain
This is only required for absolute file links to your local server, e.g. :code:`https://example.com//fileadmin/image.jpg`.
Not needed for internal (relative) links. Please note, that this configuration property is deprecated. Parsing the HTML
output will no longer work with version 5. You should consider to use the TYPO3 API instead.
You can use :ref:`regex:Regular Expressions` for this option.
You can use :ref:`regex` for this option.


.. _admin-configuration-linkPrefix:
Expand Down Expand Up @@ -258,7 +258,7 @@ forcedownloadtype
Description
A list of file types that should not be opened inline in a browser, separated by a pipe. Only used if "forcedownload"
(see: forcedownload_) is enabled. You can use an asterisk (*) if you want to force download for all file types.
You can use :ref:`regex:Regular Expressions` for this option.
You can use :ref:`regex` for this option.


.. _admin-configuration-additionalMimeTypes:
Expand Down

0 comments on commit 917a606

Please sign in to comment.