Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 13:57:51 +02:00
parent 76cac016ad
commit 7ee3f915de
508 changed files with 2763 additions and 2763 deletions

View File

@ -127,11 +127,11 @@ class HTMLPurifier_AttrDef_CSS_FontFamily extends HTMLPurifier_AttrDef
// show up in non-Western pages and are supported by most
// major browsers, for example: " 明朝" is a
// legitimate font-name
// <https://ja.wikipedia.org/wiki/MS_明朝>. See
// <http://ja.wikipedia.org/wiki/MS_明朝>. See
// the CSS3 spec for more examples:
// <https://www.w3.org/TR/2011/WD-css3-fonts-20110324/localizedfamilynames.png>
// <http://www.w3.org/TR/2011/WD-css3-fonts-20110324/localizedfamilynames.png>
// You can see live samples of these on the Internet:
// <https://www.google.co.jp/search?q=font-family++明朝|ゴシック>
// <http://www.google.co.jp/search?q=font-family++明朝|ゴシック>
// However, most of these fonts have ASCII equivalents:
// for example, 'MS Mincho', and it's considered
// professional to use ASCII font names instead of

View File

@ -1,7 +1,7 @@
<?php
/**
* Validates a URI in CSS syntax, which uses url('https://example.com')
* Validates a URI in CSS syntax, which uses url('http://example.com')
* @note While theoretically speaking a URI in a CSS document could
* be non-embedded, as of CSS2 there is no such usage so we're
* generalizing it. This may need to be changed in the future.