summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-14 09:32:21 +0300
committerAndrew Dolgov <[email protected]>2017-02-14 09:32:21 +0300
commit79ec2f3efd9a4675e58a96171aa5ae01e54afe2c (patch)
treef30cecd2f1f9624fec97f0fb7d403ebf29b71ffc /js
parent51614600487bea4f85c78240c6506ff936956f15 (diff)
set error report url to https
Diffstat (limited to 'js')
-rwxr-xr-xjs/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index e29a834c9..88d8e331e 100755
--- a/js/functions.js
+++ b/js/functions.js
@@ -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>";