set error report url to https
This commit is contained in:
parent
5161460048
commit
79ec2f3efd
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue