mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	Merge pull request #3308 from hoangtrongphuc/patch-2
Fix ip filter middleware
This commit is contained in:
		
						commit
						3108aba196
					
				| @ -17,8 +17,8 @@ module.exports = strapi => { | ||||
|     initialize: function(cb) { | ||||
|       strapi.app.use( | ||||
|         strapi.koaMiddlewares.ip({ | ||||
|           whiteList: strapi.config.middleware.settings.ip.whiteList, | ||||
|           blackList: strapi.config.middleware.settings.ip.blackList | ||||
|           whitelist: strapi.config.middleware.settings.ip.whiteList, | ||||
|           blacklist: strapi.config.middleware.settings.ip.blackList | ||||
|         }) | ||||
|       ); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jim LAURIE
						Jim LAURIE