mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
d505eeb269
Block the raw widget unless consent has been granted. This is helpful because the tw2parser generates <$raw> widgets for content embedded with <html>, and thus this blocks YouTube embeds.
20 lines
366 B
Plaintext
20 lines
366 B
Plaintext
title: $:/config/plugins/tiddlywiki/consent-banner/blocked-raw-message
|
|
|
|
<div class="tc-blocked-embedded-content" style="width:100%;">
|
|
|
|
<div class="tc-blocked-embedded-content-inner">
|
|
|
|
<div class="tc-blocked-embedded-content-inner-inner">
|
|
|
|
Blocked raw content
|
|
|
|
<hr/>
|
|
|
|
{{$:/plugins/tiddlywiki/consent-banner/buttons/accept}} cookies to unblock
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|