This commit is contained in:
2026-06-04 11:05:21 -04:00
parent 0feac0f0a0
commit 6e58c63082
78 changed files with 21 additions and 7744 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public class WebsiteData
* Flag for content generated by the AI. Can contain UI that makes no sense, or more importantly,
* game data that is not real. Fun to look at, but needs to be thoroughly vetted before it can ever go live.
*/
public static bool allowSlopData { get; set; } = false;
public static bool allowSlopData { get; set; } = true;
private static bool IsPageAllowed(WebPageModel page)
{