/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | RequestDecoratorTest.php | 90 'HTTPS' => 'On', 94 $this->assertEquals('On', $this->inner->getRawServerValue('HTTPS')); 95 $this->assertEquals('On', $this->outer->getRawServerValue('HTTPS'));
|
H A D | RequestTest.php | 64 'HTTPS' => 'on',
|
/plugin/flowplay/ |
H A D | changelog | 3 …* Workaround: flowplayer via HTTPS may work better if you use the player_base_url configuration se… 11 * Known issues: Does not work well via HTTPS.
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | ServerRequest.php | 210 …$uri = $uri->withScheme(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' ? 'https' : 'http…
|
/plugin/mantis/lib/ |
H A D | class.soap_server.php | 931 …$HTTPS = isset($_SERVER['HTTPS']) ? $_SERVER['HTTPS'] : (isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP… 935 $HTTPS = isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP_SERVER_VARS['HTTPS'] : 'off'; 939 if ($HTTPS == '1' || $HTTPS == 'on') { 1006 …$HTTPS = isset($_SERVER['HTTPS']) ? $_SERVER['HTTPS'] : (isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP… 1011 $HTTPS = isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP_SERVER_VARS['HTTPS'] : 'off'; 1030 if ($HTTPS == '1' || $HTTPS == 'on') {
|
H A D | nusoap.php | 4369 …$HTTPS = isset($_SERVER['HTTPS']) ? $_SERVER['HTTPS'] : (isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP… 4373 $HTTPS = isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP_SERVER_VARS['HTTPS'] : 'off'; 4377 if ($HTTPS == '1' || $HTTPS == 'on') { 4444 …$HTTPS = isset($_SERVER['HTTPS']) ? $_SERVER['HTTPS'] : (isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP… 4449 $HTTPS = isset($HTTP_SERVER_VARS['HTTPS']) ? $HTTP_SERVER_VARS['HTTPS'] : 'off'; 4468 if ($HTTPS == '1' || $HTTPS == 'on') {
|
H A D | changelog | 443 - soap_server: don't assume _SERVER['HTTPS'] is set; try HTTP_SERVER_VARS['HTTPS'] if it is not
|
/plugin/xlsx2dw/ |
H A D | README.md | 9 1.2. Clone repository (via SSH or HTTPS) or download from DokuWiki Extension Manager: 11 - HTTPS: `git clone https://github.com/moevm/MSE-2023-moevm-doku_wiki-10.git`
|
/plugin/facebooklike/ |
H A D | CHANGELOG | 3 * HTTPS bug fixed.
|
/plugin/authyubikey/lib/ |
H A D | NEWS | 22 ** Verify server certificates by default when HTTPS is requested.
|
/plugin/gil/ |
H A D | ChangeLog | 14 * DokuWiki page: corrected download and demo links to HTTPS.
|
/plugin/tooltip/ |
H A D | ChangeLog | 5 * DokuWiki page: corrected download and demo links to HTTPS.
|
/plugin/securelogin/ |
H A D | README.md | 36 ### Please use HTTPS, CORS, and others 38 …in was made when HTTPS was pricey (for a wiki), but we still wanted as much security as we could g…
|
/plugin/latexport/ |
H A D | README.md | 164 ## restrict access to it over HTTPS only! Uncomment the following two 165 ## rules if your server setup allows HTTPS. 166 #RewriteCond %{HTTPS} !=on
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | CHANGELOG.md | 8 * Documentation: Use HTTPS in `composer.json`. (Ivan Enderlin, 2016-10-07T07:56:41+02:00)
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Utils.php | 540 } elseif (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') {
|
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/ |
H A D | sharedapi.php | 600 } else if (isset($_SERVER['HTTPS'])) {
|
/plugin/googlesearch/ |
H A D | nusoap.php | 4006 $HTTPS = $_SERVER['HTTPS']; 4011 $HTTPS = $HTTP_SERVER_VARS['HTTPS']; 4025 if ($HTTPS == '1' || $HTTPS == 'on') {
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A D | README.md | 389 'verify' => false, // otherwise HTTPS requests will fail.
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 3.3.js.map | 1 …HTTPS). This is a user agent’s default behavior, if no policy is otherwise specified.\\n* `origi…
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 1267 * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cache…
|
/plugin/webdav/vendor/sabre/dav/ |
H A D | CHANGELOG.md | 975 * #516: The DAV client will now only redirect to HTTP and HTTPS urls.
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
H A D | fabric.min.js | 15 …HTTPS=require("https"),Canvas=require("canvas"),Image=require("canvas").Image;function request(url…
|
H A D | fabric.js | 23268 HTTPS = require('https'), variable 23283 var reqHandler = (oURL.protocol.indexOf('https:') === 0 ) ? HTTPS : HTTP,
|