Changeset 3509:652d583aa806 for inc
- Timestamp:
- 01/08/17 11:16:52 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3499 r3509 124 124 if (!is_null($core->blog->host)) { 125 125 $csp['default-src'] .= ' '.parse_url($core->blog->host,PHP_URL_HOST); 126 $csp['script-src'] .= ' '.parse_url($core->blog->host,PHP_URL_HOST); 127 $csp['style-src'] .= ' '.parse_url($core->blog->host,PHP_URL_HOST); 126 128 } 127 129 # Cope with media display in media manager (via public URL)
Note: See TracChangeset
for help on using the changeset viewer.