repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git]
/
lib
/
htmlpurifier
/
HTMLPurifier
/
URIScheme
/
https.php
blob
bbd69b9c42f5dee5c39918ae26b2c39b362be0b0
1
<
?php
2
3
require_once
'HTMLPurifier/URIScheme/http.php'
;
4
5
/**
6
* Validates https (Secure HTTP) according to http scheme.
7
*/
8
class
HTMLPurifier_URIScheme_https
extends
HTMLPurifier_URIScheme_http
{
9
10
var
$default_port
=
443
;
11
12
}
13