[%# Generate a user-visible list of whitelisted embed domains. # # Authors: # Jen Griffin # # Copyright (c) 2023 by Dreamwidth Studios, LLC. # # This program is free software; you may redistribute it and/or modify it under # the same terms as Perl itself. For a copy of the license, please reference # 'perldoc perlartistic' or 'perldoc perlgpl'. -%] [%- CALL dw.active_resource_group( "foundation" ) -%] [%- sections.title = "Supported Domains for Site Embed Codes" -%]

[% site.nameshort %] curates a whitelist of allowed domains and formats for embed codes shared from other sites.

If the site you are trying to use is included on this list, but it doesn't seem to be working in your journal, please open a support request so we can investigate. You should include in your support request the exact code you are trying to use, so that we can compare it with what our code is expecting.

If the site you are trying to use is not included on this list, we might be able to include it in the future! Look at the embed code you are trying to use and:

Currently Supported Domains

[% FOREACH dom_key IN embed_domains.keys.sort %]

[% dom_key %]

[% END %]