You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|charset=|charset to use with the content_type parameter.|
39
-
|content_disposition=|Content-Disposition - You can manually write out the full header value (i.e. attachment; filename="example.txt"), or just use a value of "attachmenet" and use the filename= parameter.|
40
-
|content_encoding=|Content-Encoding|
41
-
|content_language=|Content-Language|
42
-
|content_length=|Content-Length|
43
-
|content_location=|Content-Location|
44
-
|content_md5=|Content-MD5|
45
-
|content_range=|Content-Range|
46
-
|content_type=|Content-Type - You can manually write out the full header value (i.e. text/html; charset=UTF-8) or you can simply specify the type and use the charset= parameter.|
47
-
|etag=|ETag|
48
-
|expires=|Expires - You can use relative date such as "+1 day";|
49
-
|filename=|When content_disposition is set to attachment, this sets the filename.|
50
-
|last_modified=|Last-Modified - You can use relative date such as "+1 day";|
51
-
|link=|Link|
52
-
|location=|Location|
53
-
|permissions_policy|Permissions-Policy (set to `interest-cohort=()` to opt out of FLoC)|
54
-
|pragma=|Pragma|
55
-
|refresh=|Refresh - You can manually write out the full header value (i.e. 5; url=https://example.com/), or just set the refresh value in seconds and use the url= parameter.|
56
-
|retry_after=|Retry-After - You can either specify a number of seconds or use relative dates (i.e. "+90 mins").|
|charset= |charset to use with the content_type parameter.|
39
+
|content_disposition= |Content-Disposition - You can manually write out the full header value (i.e. attachment; filename="example.txt"), or just use a value of "attachmenet" and use the filename= parameter.|
40
+
|content_encoding= |Content-Encoding|
41
+
|content_language= |Content-Language|
42
+
|content_length= |Content-Length|
43
+
|content_location= |Content-Location|
44
+
|content_md5= |Content-MD5|
45
+
|content_range= |Content-Range|
46
+
|content_type= |Content-Type - You can manually write out the full header value (i.e. text/html; charset=UTF-8) or you can simply specify the type and use the charset= parameter.|
47
+
|etag= |ETag|
48
+
|expires= |Expires - You can use relative date such as "+1 day";|
49
+
|filename= |When content_disposition is set to `attachment`, this sets the filename.|
50
+
|last_modified= |Last-Modified - You can use relative date such as "+1 day";|
51
+
|link= |Link|
52
+
|location= |Location|
53
+
|permissions_policy= |Permissions-Policy|
54
+
|pragma= |Pragma|
55
+
|refresh= |Refresh - You can manually write out the full header value (i.e. 5; url=https://example.com/), or just set the refresh value in seconds and use the url= parameter.|
56
+
|retry_after= |Retry-After - You can either specify a number of seconds or use relative dates (i.e. "+90 mins").|
57
+
|status= |Status|
58
+
|tk= |Tk|
59
+
|url= |URL to use in the refresh parameter.|
60
+
|vary= |Vary|
61
+
|via= |Via|
62
+
|warning= |Warning|
63
+
|x_content_duration= |X-Content-Duration|
64
+
|x_content_type_options= |X-Content-Type-Options|
65
+
|x_frame_options= |X-Frame-Options|
66
+
|x_ua_compatible= |X-UA-Compatible|
67
+
68
+
69
+
NOTE: **Note:** The plugin can only be used in templates that are not being cached.
Copy file name to clipboardExpand all lines: docs/general/system-configuration-overrides.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1256,18 +1256,6 @@ Example Usage:
1256
1256
1257
1257
**Also found in CP:**`Settings --> Hit Tracking`: [Enable Channel Entry View Tracking](control-panel/settings/hit-tracking.md#enable-entry-view-tracking)
1258
1258
1259
-
### `enable_floc`
1260
-
1261
-
By default, ExpressionEngine sends a header to disable FLoC in the browser. If this is enabled, the Permissions Policy header will not be sent.
1262
-
1263
-
| Value | Behavior |
1264
-
| ----- | ----------------------------------- |
1265
-
| y | Enable FLoC from the server side |
1266
-
1267
-
Example Usage:
1268
-
1269
-
$config['enable_floc'] = 'y';
1270
-
1271
1259
### `enable_frontedit`
1272
1260
1273
1261
When set to `n`, completely disables [front-end editing](advanced-usage/front-end/frontend.md) while keeping Dock visible and Prolets functional.
0 commit comments