phpmyadmin/libraries/plugins
Michal Čihař 7adff6b57c Indicate when HTTPS is not properly reported on the server
This can happen in both directions which both can have undesired side
effects:

- when server thinks it's serving HTTPS, but it's not, the cookies are
  set as secure and thus never returned back by client
- whene server thinks it's not serving HTTPS, the secure flag for
  cookies is not set, making it possible to leak them over HTTP

Fixes #13110

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-21 08:46:38 +01:00
..
auth Indicate when HTTPS is not properly reported on the server 2017-03-21 08:46:38 +01:00
export Merge branch 'QA_4_7' 2017-02-20 08:58:35 +01:00
import Replace Util::whichCrlf() with PHP_EOL 2017-01-23 15:59:52 +01:00
schema Ensure font size is integer, we do further calculations with it 2016-12-13 08:29:40 +01:00
transformations Simplify Response object handling 2016-12-07 18:17:59 +01:00
AuthenticationPlugin.php Better handle multiple open browser windows 2017-02-14 17:00:44 +01:00
ExportPlugin.php Remove dead code 2015-11-09 05:39:17 -08:00
ImportPlugin.php Avoid using mb_strlen for checking whether string is empty 2016-09-16 10:29:21 +02:00
IOTransformationsPlugin.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
SchemaPlugin.php The shared method has to be protected, not private 2016-01-05 16:15:17 +01:00
TransformationsInterface.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
TransformationsPlugin.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00
UploadInterface.php Add namespace on part of plugins classes. 2015-09-05 00:33:42 +02:00