mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	fix: match custom path strictly
This commit is contained in:
		
							parent
							
								
									8725f7cfb2
								
							
						
					
					
						commit
						c3c6d73bb2
					
				| @ -19,7 +19,7 @@ function handleRequest(req, res) { | |||||||
|             continue; |             continue; | ||||||
|         } |         } | ||||||
| 
 | 
 | ||||||
|         const regex = new RegExp(attr.value); |         const regex = new RegExp(`^${attr.value}$`); | ||||||
|         let match; |         let match; | ||||||
| 
 | 
 | ||||||
|         try { |         try { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 soulsands
						soulsands