Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
d02a5824
Commit
d02a5824
authored
Jan 18, 2018
by
Carsten Rose
Browse files
Update documentation that the default escape type is 'm'.
parent
d65db5ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
d02a5824
...
...
@@ -315,7 +315,7 @@ config.qfq.ini
+-----------------------------+-------------------------------------------------+ crendentials is supported. |
| LDAP_1_PASSWORD | LDAP_1_PASSWORD=mySecurePassword | |
+-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+
| ESCAPE_TYPE_DEFAULT | ESCAPE_TYPE_DEFAULT=
s
| All variables `{{...}}` get this escape class by default. |
| ESCAPE_TYPE_DEFAULT | ESCAPE_TYPE_DEFAULT=
m
| All variables `{{...}}` get this escape class by default. |
| | | See `variable-escape`_. |
+-----------------------------+-------------------------------------------------+----------------------------------------------------------------------------+
| SECURITY_VARS_HONEYPOT | SECURITY_VARS_HONEYPOT = email,username,password| If empty: no check. All named variables will rendered as INPUT elements |
...
...
extension/config.qfq.example.ini
View file @
d02a5824
...
...
@@ -71,7 +71,7 @@ WKHTMLTOPDF = /opt/wkhtmltox/bin/wkhtmltopdf
;LDAP_1_RDN =
;LDAP_1_PASSWORD =
;ESCAPE_TYPE_DEFAULT=
s
;ESCAPE_TYPE_DEFAULT=
m
;SECURITY_VARS_HONEYPOT=email,username,password
;SECURITY_ATTACK_DELAY=5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment