mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	remove support for opera and opera based browsers
This commit is contained in:
		
							parent
							
								
									ee0db73952
								
							
						
					
					
						commit
						832e562cfb
					
				| @ -9,10 +9,21 @@ function init(app, config, rendertemplate) { | ||||
| 
 | ||||
|   app.get("/*", function (req, res, next) { | ||||
|     if (didstart) return next(); | ||||
|     const userAgent = req.useragent.source; | ||||
|     if ( | ||||
|       userAgent.includes("Opera") || | ||||
|       userAgent.includes("OPR") || | ||||
|       userAgent.includes("OPRGX") | ||||
|     ) { | ||||
|       // Browser agent is Opera, Opera GX or OPRGX
 | ||||
|       res.redirect("https://www.mozilla.org/en-US/firefox/all/"); | ||||
|     } else { | ||||
|       // Browser agent is not Opera, Opera GX or OPRGX
 | ||||
|       next(); | ||||
|     } | ||||
| 
 | ||||
|     return rendertemplate(res, req, "timeout.ejs"); | ||||
|   }); | ||||
|    | ||||
| 
 | ||||
|   setTimeout(function () { | ||||
|     didstart = true; | ||||
| @ -77,7 +88,7 @@ function init(app, config, rendertemplate) { | ||||
|               ); | ||||
|             } | ||||
|           })(); | ||||
|         }, 46000);  /* setInterval */ | ||||
|         }, 46000); /* setInterval */ | ||||
|       }, 46000); | ||||
|     } catch (err) { | ||||
|       initlog("[FAILED] Load pages \n" + err); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley