Update general-settings.js
This commit is contained in:
		
							parent
							
								
									2d6fb44463
								
							
						
					
					
						commit
						0c1800a8d5
					
				| 
						 | 
				
			
			@ -613,7 +613,7 @@ export default Vue.extend({
 | 
			
		|||
    $.getJSON(requestUrl, (response) => {
 | 
			
		||||
      console.log(response)
 | 
			
		||||
      const instances = response.filter((instance) => {
 | 
			
		||||
        if (instance[0].includes('.onion') || instance[0].includes('.i2p')) {
 | 
			
		||||
        if (instance[0].includes('.onion') || instance[0].includes('.i2p') || instance[0].includes('yewtu.be')) {
 | 
			
		||||
          return false
 | 
			
		||||
        } else {
 | 
			
		||||
          return true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue