diff options
author | Laura-Lie <ll.fister@gmail.com> | 2021-05-04 13:29:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 13:29:40 +0200 |
commit | a6c089017ca98516a17c84995401800f2d33c4df (patch) | |
tree | a20f999883623c810db34127f87aa81badc28f84 /files/fr | |
parent | f1f12997d66d03828430d3e87bda38f7b59847da (diff) | |
download | translated-content-a6c089017ca98516a17c84995401800f2d33c4df.tar.gz translated-content-a6c089017ca98516a17c84995401800f2d33c4df.tar.bz2 translated-content-a6c089017ca98516a17c84995401800f2d33c4df.zip |
Method TRACE is safe (#750)
Diffstat (limited to 'files/fr')
-rw-r--r-- | files/fr/web/http/methods/trace/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/http/methods/trace/index.html b/files/fr/web/http/methods/trace/index.html index e30d3daca2..e079a6a729 100644 --- a/files/fr/web/http/methods/trace/index.html +++ b/files/fr/web/http/methods/trace/index.html @@ -26,7 +26,7 @@ original_slug: Web/HTTP/Méthode/TRACE </tr> <tr> <th scope="row">{{Glossary("Safe")}}</th> - <td>Non</td> + <td>Oui</td> </tr> <tr> <th scope="row">{{Glossary("Idempotent")}}</th> |