diff --git a/Program.cs b/Program.cs index 13bcb33..d8a8ff9 100644 --- a/Program.cs +++ b/Program.cs @@ -430,7 +430,7 @@ namespace youtube_downloader public static bool Route_Before(HttpListenerRequest request, HttpListenerResponse response) { response.WithCORS(); - return true; + return false; } } diff --git a/bin/Release/youtube-downloader.exe b/bin/Release/youtube-downloader.exe index 5b460b6..c5bc5d6 100644 Binary files a/bin/Release/youtube-downloader.exe and b/bin/Release/youtube-downloader.exe differ diff --git a/obj/x86/Release/youtube-downloader.exe b/obj/x86/Release/youtube-downloader.exe index 5b460b6..c5bc5d6 100644 Binary files a/obj/x86/Release/youtube-downloader.exe and b/obj/x86/Release/youtube-downloader.exe differ