mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:45:55 +00:00
set error report url to https
This commit is contained in:
@@ -66,7 +66,7 @@ function exception_error(location, e, ext_info) {
|
|||||||
"<pre>" + msg + "</pre>";
|
"<pre>" + msg + "</pre>";
|
||||||
|
|
||||||
content += "<form name=\"exceptionForm\" id=\"exceptionForm\" target=\"_blank\" "+
|
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=\"message\">" + msg + "</textarea>";
|
||||||
content += "<textarea style=\"display : none\" name=\"params\">N/A</textarea>";
|
content += "<textarea style=\"display : none\" name=\"params\">N/A</textarea>";
|
||||||
|
|||||||
Reference in New Issue
Block a user