[GitHub] [apisix] tzssangglass commented on a change in pull request #5727: feat: add CSRF plugin

2021-12-28 Thread GitBox
tzssangglass commented on a change in pull request #5727: URL: https://github.com/apache/apisix/pull/5727#discussion_r775959656 ## File path: apisix/plugins/csrf.lua ## @@ -0,0 +1,170 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor

[GitHub] [apisix] tzssangglass commented on a change in pull request #5727: feat: add CSRF plugin

2021-12-28 Thread GitBox
tzssangglass commented on a change in pull request #5727: URL: https://github.com/apache/apisix/pull/5727#discussion_r775946413 ## File path: apisix/plugins/csrf.lua ## @@ -0,0 +1,170 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor

[GitHub] [apisix] tzssangglass commented on a change in pull request #5727: feat: add CSRF plugin

2021-12-28 Thread GitBox
tzssangglass commented on a change in pull request #5727: URL: https://github.com/apache/apisix/pull/5727#discussion_r775945667 ## File path: docs/zh/latest/plugins/csrf.md ## @@ -0,0 +1,127 @@ +--- +title: csrf +--- + + + +## 目录 + +- [**简介**](#简介) +- [**属性**](#属性) +- [**如何启用**