Skip to content

Commit

Permalink
Update Form1.cs
Browse files Browse the repository at this point in the history
Windows Defender thought it was a virus because of the text "message": \"Not Found\", `, so this part has been removed (it's sad to see antivirus software make life so difficult for developers)
  • Loading branch information
Prescoter committed Apr 11, 2024
1 parent 27a29ac commit 6bdfd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emora/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private class WebsiteInfo
{"Pastebin", new WebsiteInfo {ErrorType = "status_code", Url = "https://pastebin.com/u/{}"}},
{"Patreon", new WebsiteInfo {ErrorType = "status_code", Url = "https://www.patreon.com/{}"}},
{"PyPi", new WebsiteInfo {ErrorType = "status_code", Url = "https://pypi.org/user/{}"}},
{"Reddit", new WebsiteInfo {ErrorType = "message", ErrorMessage = "{\"message\": \"Not Found\", \"error\": 404}", Url = "https://www.reddit.com/user/{}/about.json"}},
{"Reddit", new WebsiteInfo {ErrorType = "message", ErrorMessage = "\"error\": 404}", Url = "https://www.reddit.com/user/{}/about.json"}},
{"Replit", new WebsiteInfo {ErrorType = "status_code", Url = "https://replit.com/@{}"}},
{"Roblox", new WebsiteInfo {ErrorType = "status_code", Url = "https://www.roblox.com/user.aspx?username={}"}},
{"RootMe", new WebsiteInfo {ErrorType = "status_code", Url = "https://www.root-me.org/{}"}},
Expand Down

0 comments on commit 6bdfd14

Please sign in to comment.