diff --git a/site/content/en/latest/user/cors.md b/site/content/en/latest/user/cors.md index b86a983a7a9..f05cbf6ec18 100644 --- a/site/content/en/latest/user/cors.md +++ b/site/content/en/latest/user/cors.md @@ -99,7 +99,6 @@ to access the limited resource in another domains. The browsers are supposed to determine whether to send the actual request or not. The CORS filter only response to the preflight requests according to its configuration. It won't deny any requests. The browsers are responsible for enforcing the CORS policy. -```shell ## Clean-Up diff --git a/site/content/en/v0.6.0/user/cors.md b/site/content/en/v0.6.0/user/cors.md index eaa92c874a9..05481aa44b2 100644 --- a/site/content/en/v0.6.0/user/cors.md +++ b/site/content/en/v0.6.0/user/cors.md @@ -99,7 +99,6 @@ to access the limited resource in another domains. The browsers are supposed to determine whether to send the actual request or not. The CORS filter only response to the preflight requests according to its configuration. It won't deny any requests. The browsers are responsible for enforcing the CORS policy. -```shell ## Clean-Up