Changeset 3599:1bea61af9270 for inc/admin/lib.dc.page.php
- Timestamp:
- 11/11/17 16:23:50 (8 years ago)
- Branch:
- 2.12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r3509 r3599 119 119 $csp_prefix."'self' 'unsafe-inline'".$csp_suffix; 120 120 $csp['img-src'] = $core->blog->settings->system->csp_admin_img ?: 121 $csp_prefix."'self' data: media.dotaddict.org blob:";121 $csp_prefix."'self' data: http://media.dotaddict.org blob:"; 122 122 123 123 # Cope with blog post preview (via public URL in iframe)
Note: See TracChangeset
for help on using the changeset viewer.