Skip to content

Commit 60c5370

Browse files
authored
Merge pull request #5069 from mueller-contria/5068-allowed_iframe_sources_in_phpunit_xml
Add ALLOWED_IFRAME_SOURCES to phpunit.xml
2 parents ce697ab + b81f2b5 commit 60c5370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<server name="APP_AUTO_LANG_PUBLIC" value="true"/>
1414
<server name="APP_URL" value="http://bookstack.dev"/>
1515
<server name="ALLOWED_IFRAME_HOSTS" value=""/>
16+
<server name="ALLOWED_IFRAME_SOURCES" value="https://*.draw.io https://*.youtube.com https://*.youtube-nocookie.com https://*.vimeo.com"/>
1617
<server name="ALLOWED_SSR_HOSTS" value="*"/>
1718
<server name="CACHE_DRIVER" value="array"/>
1819
<server name="SESSION_DRIVER" value="array"/>

0 commit comments

Comments
 (0)