Home
last modified time | relevance | path

Searched refs:security (Results 101 – 125 of 170) sorted by last modified time

1234567

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php300 $security = $this->_settings->getSecurityData();
301 if (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned']) {
303 $parameters['SigAlg'] = $security['signatureAlgorithm'];
521 $security = $this->_settings->getSecurityData();
522 if (isset($security['authnRequestsSigned']) && $security['authnRequestsSigned']) {
524 $parameters['SigAlg'] = $security['signatureAlgorithm'];
578 $security = $this->_settings->getSecurityData();
579 if (isset($security['logoutRequestSigned']) && $security['logoutRequestSigned']) {
581 $parameters['SigAlg'] = $security['signatureAlgorithm'];
698 $security = $this->_settings->getSecurityData();
[all …]
H A DAuthnRequest.php43 $security = $this->_settings->getSecurityData();
62 if (isset($security['wantNameIdEncrypted']) && $security['wantNameIdEncrypted']) {
108 … if (isset($security['requestedAuthnContext']) && $security['requestedAuthnContext'] !== false) {
110 if (isset($security['requestedAuthnContextComparison'])) {
111 $authnComparison = $security['requestedAuthnContextComparison'];
119 if ($security['requestedAuthnContext'] === true) {
128 foreach ($security['requestedAuthnContext'] as $contextValue) {
H A DResponse.php142 $security = $this->_settings->getSecurityData();
144 if ($security['wantXMLValidation']) {
174 …if (!isset($requestId) && isset($responseInResponseTo) && $security['rejectUnsolicitedResponsesWit…
196 if (!$this->encrypted && $security['wantAssertionsEncrypted']) {
203 if ($security['wantNameIdEncrypted']) {
245 if (!$security['relaxDestinationValidation']) {
252 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
354 if ($security['wantAssertionsSigned'] && !$hasSignedAssertion) {
361 if ($security['wantMessagesSigned'] && !$hasSignedResponse) {
604 $security = $this->_settings->getSecurityData();
[all …]
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1security sensitive separator serializable server session share show signal slave slow smallint sna…
/plugin/etherpadlite/
H A Dstyle.css1 .pad-toggle, .pad-close, .pad-lock, .pad-security, .pad-saveable {
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 … undefined.');\n return;\n }\n\n // translate element (TODO: security checks?)\n if …
/plugin/note/
H A DCHANGES.md23 * plug the security vulnerability which could allow malicious HTML or JavaScript to infiltrate your wiki
/plugin/securelogin/
H A DREADME.md38security as we could get. Now that one can easily have HTTPS, CORS, [Subresource Integrity](https:…
40 Because good security is like a onion. You want a lot of layers in order keep things protected even…
H A Dplugin.info.txt5 …ed. This plugin encrypts submitted passwords, giving you and your users an extra layer of security.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64security-database|xdmp:security-assert|xdmp:schema-database|xdmp:save|xdmp:role-roles|xdmp:role|xd…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1security::before{content:"\F483"}.mdi-security-network::before{content:"\F484"}.mdi-seed::before{c…
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt91 [[security:|Security]]
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG23 * fixed sandbox security issue (under some circumstances, calling the
25 security policy)
458 * fixed a security issue in the filesystem loader where it was possible to include a template one
755 * fixed possible security problems with NUL bytes
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst474 unsafe attributes and methods is prohibited. The sandbox security is managed
490 With the previous configuration, the security policy will only allow usage of
/plugin/file2dw/
H A DREADME.md41 I'm not a security expert, but I think that this should not be a problem for anybody. If you do not…
/plugin/odtplus2dw/
H A DREADME.md40 I'm not a security expert, but I think that this should not be a problem for anybody. If you do not use the soffice conversion (.doc support), you don't need to do this.
/plugin/ckgdoku/lang/de/
H A Dlang.php61 …ktivierte .htaccess nach data/media kopiert. Siehe ckgedit/fckeditor/userfiles/.htacess.security ';
/plugin/ckgdoku/action/
H A Dmeta.php516 $security = $userfiles . '.htaccess.security';
517 if(file_exists($security)) {
518 if(!copy($security, $htaccess)) {
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md9 …` library which has some known vulnerabilities (it's a security precaution, there was no security
57security best practices](http://docs.ckeditor.com/#!/guide/dev_best_practices-section-security), s…
574 * [#12812](http://dev.ckeditor.com/ticket/12812): Fixed: An uncaught security exception is thrown w…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified98 …copyError: "Your browser security settings don't permit the editor to automatically execute copyin…
100 …cutError: "Your browser security settings don't permit the editor to automatically execute cutting…
104 …securityMsg: "Because of your browser security settings, the editor is not able to access your cli…
H A Den.js.unc5security settings don't permit the editor to automatically execute copying operations. Please use …
H A Dlang_array.txt102 …"copyError": "Your browser security settings don't permit the editor to automatically execute copy…
104 …"cutError": "Your browser security settings don't permit the editor to automatically execute cutti…
108 …"securityMsg": "Because of your browser security settings, the editor is not able to access your c…
/plugin/fckg/
H A DREADME40 is called .htaccess.security and allows direct http access only to image files, but not
42 data/media directory. In this case security is enforced using the "secure" directory
47 Also: http://www.dokuwiki.org/plugin:fckglite?&#security
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm8 the use of that tag for security reasons. Clients would be able to access each
/plugin/authsplit/
H A DREADME42 or security breaches due to improper configuration and/or unexpected behavior!

1234567