mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	fix wildcard domains regex
This commit is contained in:
		| @@ -251,7 +251,7 @@ module.exports = Mn.View.extend({ | |||||||
|                     text:  input |                     text:  input | ||||||
|                 }; |                 }; | ||||||
|             }, |             }, | ||||||
|             createFilter: /^(?:[^.]+\.?)+[^.]$/ |             createFilter: /^(?:\*\.)?(?:[^.*]+\.?)+[^.]$/ | ||||||
|         }); |         }); | ||||||
|         this.ui.dns_challenge_content.hide(); |         this.ui.dns_challenge_content.hide(); | ||||||
|         this.ui.credentials_file_content.hide();  |         this.ui.credentials_file_content.hide();  | ||||||
|   | |||||||
| @@ -278,7 +278,7 @@ module.exports = Mn.View.extend({ | |||||||
|                     text:  input |                     text:  input | ||||||
|                 }; |                 }; | ||||||
|             }, |             }, | ||||||
|             createFilter: /^(?:\.)?(?:[^.*]+\.?)+[^.]$/ |             createFilter: /^(?:\*\.)?(?:[^.*]+\.?)+[^.]$/ | ||||||
|         }); |         }); | ||||||
|  |  | ||||||
|         // Access Lists |         // Access Lists | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user