Update general-settings.js

This commit is contained in:
Preston 2020-10-02 10:16:56 -04:00
parent 2d6fb44463
commit 0c1800a8d5
1 changed files with 1 additions and 1 deletions

View File

@ -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