This commit is contained in:
Bryan Ramos 2025-01-06 05:51:42 -05:00
parent e07d6b2aab
commit 566eae471e
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -318,6 +318,13 @@ in
};
};
};
policies = {
WebsiteFilter = {
Block = [
"*://*.pokemonshowdown.com/*"
];
};
};
};
});
}