@@ -54,7 +54,7 @@ The following table provides an overview of the current status of deprecated fea
54
54
| Status | Feature | Deprecated | Remove |
55
55
| ------------| ------------------------------------------------------------------------------------------------------------------------------------| ------------| --------|
56
56
| Deprecated | [ Non-standard fields in image inspect] ( #non-standard-fields-in-image-inspect ) | v27.0 | v28.0 |
57
- | Deprecated | [ API CORS headers] ( #api-cors-headers ) | v27.0 | v28.0 |
57
+ | Removed | [ API CORS headers] ( #api-cors-headers ) | v27.0 | v28.0 |
58
58
| Deprecated | [ Graphdriver plugins (experimental)] ( #graphdriver-plugins-experimental ) | v27.0 | v28.0 |
59
59
| Deprecated | [ Unauthenticated TCP connections] ( #unauthenticated-tcp-connections ) | v26.0 | v28.0 |
60
60
| Deprecated | [ ` Container ` and ` ContainerConfig ` fields in Image inspect] ( #container-and-containerconfig-fields-in-image-inspect ) | v25.0 | v26.0 |
@@ -177,18 +177,19 @@ and a custom [snapshotter](https://github.com/containerd/containerd/tree/v1.7.18
177
177
### API CORS headers
178
178
179
179
** Deprecated in Release: v27.0**
180
- ** Target For Removal In Release: v28.0**
180
+ ** Disabled by default in Release: v27.0**
181
+ ** Removed in release: v28.0**
181
182
182
183
The ` api-cors-header ` configuration option for the Docker daemon is insecure,
183
184
and is therefore deprecated and scheduled for removal.
184
185
Incorrectly setting this option could leave a window of opportunity
185
186
for unauthenticated cross-origin requests to be accepted by the daemon.
186
187
187
- Starting in Docker Engine v27.0, this flag can still be set,
188
+ In Docker Engine v27.0, this flag can still be set,
188
189
but it has no effect unless the environment variable
189
190
` DOCKERD_DEPRECATED_CORS_HEADER ` is also set to a non-empty value.
190
191
191
- This flag will be removed altogether in v28.0.
192
+ This flag has been removed altogether in v28.0.
192
193
193
194
This is a breaking change for authorization plugins and other programs
194
195
that depend on this option for accessing the Docker API from a browser.
0 commit comments