set error report url to https

This commit is contained in:
Andrew Dolgov 2017-02-14 09:32:21 +03:00
parent 5161460048
commit 79ec2f3efd

View file

@ -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>";