You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/07/01 05:52:57 UTC

[incubator-apisix] branch master updated: change: remove authentication type for cors plugin (#1788)

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

membphis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new a9d60f9  change: remove authentication type for cors plugin (#1788)
a9d60f9 is described below

commit a9d60f97c5586b53e16c9e7c9769ce0e1aaced20
Author: morrme <mo...@users.noreply.github.com>
AuthorDate: Wed Jul 1 00:52:47 2020 -0500

    change: remove authentication type for cors plugin (#1788)
    
    fix #1787
---
 apisix/plugins/cors.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apisix/plugins/cors.lua b/apisix/plugins/cors.lua
index f44eac5..9fe91c9 100644
--- a/apisix/plugins/cors.lua
+++ b/apisix/plugins/cors.lua
@@ -71,7 +71,6 @@ local schema = {
 local _M = {
     version = 0.1,
     priority = 4000,
-    type = 'auth',
     name = plugin_name,
     schema = schema,
 }