Home
last modified time | relevance | path

Searched refs:HTTPS (Results 1 – 25 of 27) sorted by relevance

12

/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestDecoratorTest.php90 'HTTPS' => 'On',
94 $this->assertEquals('On', $this->inner->getRawServerValue('HTTPS'));
95 $this->assertEquals('On', $this->outer->getRawServerValue('HTTPS'));
H A DRequestTest.php64 'HTTPS' => 'on',
/plugin/flowplay/
H A Dchangelog3 …* 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 DServerRequest.php210 …$uri = $uri->withScheme(!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' ? 'https' : 'http…
/plugin/mantis/lib/
H A Dclass.soap_server.php931 …$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 Dnusoap.php4369 …$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 Dchangelog443 - soap_server: don't assume _SERVER['HTTPS'] is set; try HTTP_SERVER_VARS['HTTPS'] if it is not
/plugin/xlsx2dw/
H A DREADME.md9 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 DCHANGELOG3 * HTTPS bug fixed.
/plugin/authyubikey/lib/
H A DNEWS22 ** Verify server certificates by default when HTTPS is requested.
/plugin/gil/
H A DChangeLog14 * DokuWiki page: corrected download and demo links to HTTPS.
/plugin/tooltip/
H A DChangeLog5 * DokuWiki page: corrected download and demo links to HTTPS.
/plugin/securelogin/
H A DREADME.md36 ### 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 DREADME.md164 ## 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 DCHANGELOG.md8 * Documentation: Use HTTPS in `composer.json`. (Ivan Enderlin, 2016-10-07T07:56:41+02:00)
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php540 } elseif (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off') {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php600 } else if (isset($_SERVER['HTTPS'])) {
/plugin/googlesearch/
H A Dnusoap.php4006 $HTTPS = $_SERVER['HTTPS'];
4011 $HTTPS = $HTTP_SERVER_VARS['HTTPS'];
4025 if ($HTTPS == '1' || $HTTPS == 'on') {
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md389 'verify' => false, // otherwise HTTPS requests will fail.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1HTTPS). This is a user agent’s default behavior, if no policy is otherwise specified.\\n* `origi…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1267 * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cache…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md975 * #516: The DAV client will now only redirect to HTTP and HTTPS urls.
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js15HTTPS=require("https"),Canvas=require("canvas"),Image=require("canvas").Image;function request(url…
H A Dfabric.js23268 HTTPS = require('https'), variable
23283 var reqHandler = (oURL.protocol.indexOf('https:') === 0 ) ? HTTPS : HTTP,

12