@@ -54,7 +54,7 @@ The following table provides an overview of the current status of deprecated fea
5454| Status | Feature | Deprecated | Remove |
5555| ------------| ------------------------------------------------------------------------------------------------------------------------------------| ------------| --------|
5656| 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 |
5858| Deprecated | [ Graphdriver plugins (experimental)] ( #graphdriver-plugins-experimental ) | v27.0 | v28.0 |
5959| Deprecated | [ Unauthenticated TCP connections] ( #unauthenticated-tcp-connections ) | v26.0 | v28.0 |
6060| 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
177177### API CORS headers
178178
179179** 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**
181182
182183The ` api-cors-header ` configuration option for the Docker daemon is insecure,
183184and is therefore deprecated and scheduled for removal.
184185Incorrectly setting this option could leave a window of opportunity
185186for unauthenticated cross-origin requests to be accepted by the daemon.
186187
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,
188189but it has no effect unless the environment variable
189190` DOCKERD_DEPRECATED_CORS_HEADER ` is also set to a non-empty value.
190191
191- This flag will be removed altogether in v28.0.
192+ This flag has been removed altogether in v28.0.
192193
193194This is a breaking change for authorization plugins and other programs
194195that depend on this option for accessing the Docker API from a browser.
0 commit comments