Files
admin
doz
html2pdf_v4.03
htmlpurifier-4.10.0
art
benchmarks
configdoc
docs
extras
library
maintenance
plugins
smoketests
tests
FSTools
HTMLPurifier
AttrDef
AttrTransform
ChildDef
ConfigSchema
DefinitionCache
Filter
HTMLModule
HTMLT
allowed-preserve.htmlt
allowed-remove.htmlt
basic.htmlt
blacklist-preserve.htmlt
blacklist-remove.htmlt
css-allowed-preserve.htmlt
css-allowed-remove.htmlt
disable-uri.htmlt
double-youtube.htmlt
empty.htmlt
file-uri.htmlt
id-default.htmlt
id-enabled.htmlt
id-img.htmlt
id-name-mix.htmlt
inline-list-loop.htmlt
inline-wraps-block.htmlt
li-disabled.htmlt
list-nesting.htmlt
munge-extra.htmlt
munge.htmlt
name.htmlt
safe-iframe-googlemaps.htmlt
safe-iframe-invalid.htmlt
safe-iframe-youtube.htmlt
safe-iframe.htmlt
safe-object-embed-munge.htmlt
safe-object-embed.htmlt
script-bare.htmlt
script-cdata.htmlt
script-comment.htmlt
script-dbl-comment.htmlt
script-ideal.htmlt
secure-munge.htmlt
shift-jis-preserve-yen.htmlt
shift-jis-remove-yen.htmlt
strict-blockquote-with-inline.htmlt
strict-blockquote.htmlt
strict-underline.htmlt
style-onload.htmlt
t78.htmlt
tidy-background.htmlt
trusted-comments-required.htmlt
trusted-comments-table.htmlt
trusted-comments.htmlt
whitespace-preserve.htmlt
Injector
Lexer
PHPT
SimpleTest
Strategy
StringHashParser
URIFilter
VarParser
AttrCollectionsTest.php
AttrDefHarness.php
AttrDefTest.php
AttrTransformHarness.php
AttrTransformTest.php
AttrTypesTest.php
AttrValidator_ErrorsTest.php
ChildDefHarness.php
ComplexHarness.php
ConfigSchemaTest.php
ConfigTest-create.ini
ConfigTest-finalize.ini
ConfigTest-loadIni.ini
ConfigTest.php
ContextTest.php
DefinitionCacheFactoryTest.php
DefinitionCacheHarness.php
DefinitionCacheTest.php
DefinitionTest.php
DefinitionTestable.php
DoctypeRegistryTest.php
ElementDefTest.php
EncoderTest.php
EntityLookupTest.php
EntityParserTest.php
ErrorCollectorEMock.php
ErrorCollectorTest.php
ErrorsHarness.php
GeneratorTest.php
HTMLDefinitionTest.php
HTMLModuleHarness.php
HTMLModuleManagerTest.php
HTMLModuleTest.php
HTMLT.php
Harness.php
IDAccumulatorTest.php
InjectorHarness.php
LanguageFactoryTest.php
LanguageTest.php
LengthTest.php
LexerTest.php
PercentEncoderTest.php
PropertyListTest.php
StrategyHarness.php
StringHashParserTest.php
StringHashTest.php
TagTransformTest.php
TokenFactoryTest.php
TokenTest.php
URIDefinitionTest.php
URIFilterHarness.php
URIHarness.php
URIParserTest.php
URISchemeRegistryTest.php
URISchemeTest.php
URITest.php
UnitConverterTest.php
VarParserHarness.php
ZipperTest.php
PHPT
tmp
CliTestCase.php
Debugger.php
HTMLPurifierTest.php
common.php
default_load.php
generate_mock_once.func.php
index.php
multitest.php
path2class.func.php
test_files.php
.gitattributes
.gitignore
.travis.yml
CREDITS
Doxyfile
INSTALL
INSTALL.fr.utf8
LICENSE
NEWS
README.md
TODO
VERSION
WHATSNEW
WYSIWYG
composer.json
phpdoc.ini
images
prints
prints3
stud
Kennwortwechsel.php
hauptframe.php
htmlpurifier-4.10.0.zip
index.php
index_alt.php
index_db.php
index_frame.htm
index_ldap.php
login.php
logout.php
menuframe.htm
styles_pc.css
testpdf.php
topframe.php
skik/htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/safe-iframe-googlemaps.htmlt
2023-02-27 10:20:09 +01:00

9 lines
582 B
Plaintext
Executable File

--INI--
HTML.SafeIframe = true
URI.SafeIframeRegexp = "%^http://maps.google.com/%"
--HTML--
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&amp;ll=37.0625,-95.677068&amp;spn=24.455808,37.353516&amp;z=4&amp;output=embed"></iframe>
--EXPECT--
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&amp;ll=37.0625,-95.677068&amp;spn=24.455808,37.353516&amp;z=4&amp;output=embed"></iframe>
--# vim: et sw=4 sts=4