mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	so basically in germany you can eat food
This commit is contained in:
		
							parent
							
								
									d3412cb114
								
							
						
					
					
						commit
						f0d7e9d3c7
					
				| @ -108,7 +108,6 @@ function IsInArray(array, id) { | ||||
|   return false; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| module.exports = function (app, config, renderTemplate) { | ||||
|   app.get("/encryption", async function (req, res) { | ||||
|     var v = req.query.v; | ||||
| @ -174,13 +173,19 @@ module.exports = function (app, config, renderTemplate) { | ||||
|     const ip = JSON.parse(jj); | ||||
| 
 | ||||
|     const isvld = await core.isvalidvideo(v); | ||||
| 
 | ||||
|     if (!v) res.redirect("/"); | ||||
|     var secure; | ||||
|      | ||||
|     if(req.hostname == "poketube.fun" || req.hostname == "poketube.site" || req.hostname == "poketube.online" || req.hostname == "poketube.xyz" || req.hostname == "watch.poketalebot.com") { | ||||
|       secure = true | ||||
| 
 | ||||
|     if ( | ||||
|       req.hostname == "poketube.fun" || | ||||
|       req.hostname == "poketube.site" || | ||||
|       req.hostname == "poketube.online" || | ||||
|       req.hostname == "poketube.xyz" || | ||||
|       req.hostname == "watch.poketalebot.com" | ||||
|     ) { | ||||
|       secure = true; | ||||
|     } else { | ||||
|       secure = false | ||||
|       secure = false; | ||||
|     } | ||||
| 
 | ||||
|     if (isvld) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley