rhymix/classes
Kijin Sung 263dc79090 Use https in AJAX URL if site is accessed over https
https를 사용하지 않는 것으로 설정되어 있더라도 실제로 https로 접속했다면
https를 사용하는 것으로 간주하고, AJAX URL을 https로 생성하도록 합니다.

기대되는 효과:

1. 설정이 잘못되어서 로그인이 되지 않거나 AJAX 요청에 실패할 가능성 제거
2. https 접속이 가능한 사이트라면 최대한 https를 사용하도록 유도
2021-09-13 01:10:36 +09:00
..
cache 주석의 잘못된 리턴타입 변경 2021-04-16 16:40:13 +09:00
context Use https in AJAX URL if site is accessed over https 2021-09-13 01:10:36 +09:00
db Remove legacy DB classes and XML query parser classes 2020-06-30 12:20:12 +09:00
display Add board name as og:article:section 2021-03-31 21:04:05 +09:00
editor Fix warnings in PHP 8.0 related to editor components 2021-02-09 01:21:53 +09:00
extravar Fix unclosed select tag of select timezone 2021-08-04 03:29:50 +09:00
file Fix FileHandler::checkMemoryLoadImage() returning false if memory_limit is actually unlimited 2021-06-19 23:16:08 +09:00
frontendfile Fix warning in PHP 8.0 2021-07-01 15:16:12 +09:00
handler copyright add to php files 2013-11-08 05:52:51 +00:00
httprequest Convert Object class to BaseObject in core classes 2017-11-27 22:34:28 +09:00
mail Use egulias/EmailValidator to validate email addresses 2018-10-18 14:16:12 +09:00
mobile Fix warning in PHP 8.0 if user-agent header is missing 2021-01-28 23:14:48 +09:00
module Support HTTP status codes 301, 302, 303, 307, 308 when setting redirect URL 2021-08-13 15:55:56 +09:00
object Fix misc warnings in PHP 8.0 2020-12-13 21:21:10 +09:00
page PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00
security Fix various warnings in PHP 8.0 2021-01-28 22:32:56 +09:00
template Add option to disable automatically adding hidden inputs for mid, act, error-return-url to forms 2021-08-26 01:09:45 +09:00
validator Fix undefined variables in Validator class 2021-01-28 23:26:33 +09:00
widget copyright add to php files 2013-11-08 05:52:51 +00:00
xml Fix warning in PHP 8.0 2021-02-08 21:16:49 +09:00