mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-29 21:37:56 +01:00 
			
		
		
		
	| @@ -100,6 +100,12 @@ fun WebViewScreenContent( | ||||
|                 request: WebResourceRequest?, | ||||
|             ): Boolean { | ||||
|                 request?.let { | ||||
|                     // Don't attempt to open blobs as webpages | ||||
|                     if (it.url.toString().startsWith("blob:http")) { | ||||
|                         return false | ||||
|                     } | ||||
|  | ||||
|                     // Continue with request, but with custom headers | ||||
|                     view?.loadUrl(it.url.toString(), headers) | ||||
|                 } | ||||
|                 return super.shouldOverrideUrlLoading(view, request) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user