You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bi...@apache.org on 2022/01/18 08:20:06 UTC

[apisix] branch master updated (3252b07 -> 4d52c3e)

This is an automated email from the ASF dual-hosted git repository.

bisakh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.


    from 3252b07  docs: add notice on customize-nginx-configuration docs (#6135)
     add 4d52c3e  feat: add CSRF plugin (#5727)

No new revisions were added by this update.

Summary of changes:
 apisix/plugins/csrf.lua        | 161 ++++++++++++++++++++++++++++++++++++++++
 conf/config-default.yaml       |   1 +
 docs/en/latest/config.json     |   3 +-
 docs/en/latest/plugins/csrf.md | 136 ++++++++++++++++++++++++++++++++++
 docs/zh/latest/config.json     |   3 +-
 docs/zh/latest/plugins/csrf.md | 136 ++++++++++++++++++++++++++++++++++
 t/admin/plugins.t              |   1 +
 t/plugin/csrf.t                | 162 +++++++++++++++++++++++++++++++++++++++++
 8 files changed, 601 insertions(+), 2 deletions(-)
 create mode 100644 apisix/plugins/csrf.lua
 create mode 100644 docs/en/latest/plugins/csrf.md
 create mode 100644 docs/zh/latest/plugins/csrf.md
 create mode 100644 t/plugin/csrf.t