]> git.wh0rd.org - tt-rss.git/commitdiff
set error report url to https
authorAndrew Dolgov <noreply@fakecake.org>
Tue, 14 Feb 2017 06:32:21 +0000 (09:32 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Tue, 14 Feb 2017 06:32:21 +0000 (09:32 +0300)
js/functions.js

index e29a834c93a5369d84ce50d88fe237bd2f781953..88d8e331edfd25f8437c70e9b7961b75ccb414d5 100755 (executable)
@@ -66,7 +66,7 @@ function exception_error(location, e, ext_info) {
                        "<pre>" + msg + "</pre>";
 
                content += "<form name=\"exceptionForm\" id=\"exceptionForm\" target=\"_blank\" "+
-                 "action=\"http://tt-rss.org/report.php\" method=\"POST\">";
+                 "action=\"https://tt-rss.org/report.php\" method=\"POST\">";
 
                content += "<textarea style=\"display : none\" name=\"message\">" + msg + "</textarea>";
                content += "<textarea style=\"display : none\" name=\"params\">N/A</textarea>";