mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-12 20:01:53 +00:00
Merge pull request #5069 from mueller-contria/5068-allowed_iframe_sources_in_phpunit_xml
Add ALLOWED_IFRAME_SOURCES to phpunit.xml
This commit is contained in:
commit
60c53705ca
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
<server name="APP_AUTO_LANG_PUBLIC" value="true"/>
|
||||
<server name="APP_URL" value="http://bookstack.dev"/>
|
||||
<server name="ALLOWED_IFRAME_HOSTS" value=""/>
|
||||
<server name="ALLOWED_IFRAME_SOURCES" value="https://*.draw.io https://*.youtube.com https://*.youtube-nocookie.com https://*.vimeo.com"/>
|
||||
<server name="ALLOWED_SSR_HOSTS" value="*"/>
|
||||
<server name="CACHE_DRIVER" value="array"/>
|
||||
<server name="SESSION_DRIVER" value="array"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue