diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/http/cors/errors | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/web/http/cors/errors')
4 files changed, 8 insertions, 4 deletions
diff --git a/files/fr/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.html b/files/fr/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.html index fcaedad211..0f178e49eb 100644 --- a/files/fr/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.html +++ b/files/fr/web/http/cors/errors/corsalloworiginnotmatchingorigin/index.html @@ -2,7 +2,7 @@ title: >- Raison : l’en-tête CORS « Access-Control-Allow-Origin » ne correspond pas à « xyz » -slug: Web/HTTP/CORS/Errors/CORSAllowOriginNeCorrespondPas +slug: Web/HTTP/CORS/Errors/CORSAllowOriginNotMatchingOrigin tags: - CORSAllowOriginNeCorrespondPas - Dépannage @@ -10,6 +10,7 @@ tags: - Raison - Sécurité translation_of: Web/HTTP/CORS/Errors/CORSAllowOriginNotMatchingOrigin +original_slug: Web/HTTP/CORS/Errors/CORSAllowOriginNeCorrespondPas --- <div>{{HTTPSidebar}}</div> diff --git a/files/fr/web/http/cors/errors/corsdidnotsucceed/index.html b/files/fr/web/http/cors/errors/corsdidnotsucceed/index.html index 72a1788f81..42b23087d6 100644 --- a/files/fr/web/http/cors/errors/corsdidnotsucceed/index.html +++ b/files/fr/web/http/cors/errors/corsdidnotsucceed/index.html @@ -1,6 +1,6 @@ --- title: 'Raison: la requête CORS a échoué' -slug: Web/HTTP/CORS/Errors/CORSNAPasRéussi +slug: Web/HTTP/CORS/Errors/CORSDidNotSucceed tags: - CORS - CORSDidNotSucceed @@ -14,6 +14,7 @@ tags: - console - troubleshooting translation_of: Web/HTTP/CORS/Errors/CORSDidNotSucceed +original_slug: Web/HTTP/CORS/Errors/CORSNAPasRéussi --- <div>{{HTTPSidebar}}</div> diff --git a/files/fr/web/http/cors/errors/corsdisabled/index.html b/files/fr/web/http/cors/errors/corsdisabled/index.html index d24896db89..77bad77ba5 100644 --- a/files/fr/web/http/cors/errors/corsdisabled/index.html +++ b/files/fr/web/http/cors/errors/corsdisabled/index.html @@ -1,12 +1,13 @@ --- title: 'Raison: CORS désactiver' -slug: Web/HTTP/CORS/Errors/CORSDesactive +slug: Web/HTTP/CORS/Errors/CORSDisabled tags: - CORS - Erreurs - HTTP - HTTPS translation_of: Web/HTTP/CORS/Errors/CORSDisabled +original_slug: Web/HTTP/CORS/Errors/CORSDesactive --- <div>{{HTTPSidebar}}</div> diff --git a/files/fr/web/http/cors/errors/corsmissingalloworigin/index.html b/files/fr/web/http/cors/errors/corsmissingalloworigin/index.html index d18a0d1565..9eda6df7ea 100644 --- a/files/fr/web/http/cors/errors/corsmissingalloworigin/index.html +++ b/files/fr/web/http/cors/errors/corsmissingalloworigin/index.html @@ -1,7 +1,8 @@ --- title: 'Raison : l’en-tête CORS « Access-Control-Allow-Origin » est manquant.' -slug: Web/HTTP/CORS/Errors/CORSAllowOriginManquant +slug: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin translation_of: Web/HTTP/CORS/Errors/CORSMissingAllowOrigin +original_slug: Web/HTTP/CORS/Errors/CORSAllowOriginManquant --- <div>{{HTTPSidebar}}</div> |