File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -266,8 +266,11 @@ Miscellaneous Functions
266
266
267
267
Checks to see if the page is currently being accessed via HTTPS. If it is, then
268
268
nothing happens. If it is not, then the user is redirected back to the current URI
269
- but through HTTPS. Will set the HTTP Strict Transport Security header, which instructs
270
- modern browsers to automatically modify any HTTP requests to HTTPS requests for the $duration.
269
+ but through HTTPS. Will set the HTTP Strict Transport Security (HTST) header, which instructs
270
+ modern browsers to automatically modify any HTTP requests to HTTPS requests for the ``$duration ``.
271
+
272
+ .. note :: This function is also used when you set
273
+ ``Config\App:$forceGlobalSecureRequests `` to true.
271
274
272
275
.. php :function :: function_usable($function_name)
273
276
You can’t perform that action at this time.
0 commit comments