From d2658790713f11f76c7d4f03655944ee873d7760 Mon Sep 17 00:00:00 2001 From: sh2 Date: Fri, 10 Nov 2023 16:00:48 +0800 Subject: [PATCH] fix cors doc format Signed-off-by: sh2 --- site/content/en/latest/user/cors.md | 1 - site/content/en/v0.6.0/user/cors.md | 1 - 2 files changed, 2 deletions(-) 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