Skip to content

Commit

Permalink
Merge branch '3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Sep 27, 2023
2 parents 8f669e5 + 692b156 commit 0fd9d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/src/phpMyFAQ/Helper/FaqHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public function cleanUpContent(string $content): string
->allowRelativeLinks()
->allowStaticElements()
->allowRelativeMedias()
->forceHttpsUrls()
->forceHttpsUrls($this->config->get('security.useSslOnly'))
->allowElement('iframe', ['title', 'src', 'width', 'height', 'allow', 'allowfullscreen'])
->allowMediaSchemes(['https', 'http', 'mailto', 'data'])
->allowMediaHosts(
Expand Down

0 comments on commit 0fd9d16

Please sign in to comment.