proxy 'sponsor.ajay.app'
This commit is contained in:
@@ -4,8 +4,9 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ page_title }}</title>
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; media-src 'self' https://*.googlevideo.com;
|
||||
{{ "img-src https://*.googleusercontent.com https://*.ggpht.com https://*.ytimg.com;" if not settings.proxy_images else "" }}
|
||||
{{ "" if not settings.use_sponsorblock_js else "connect-src 'self' https://sponsor.ajay.app;"|safe }}">
|
||||
{% if not settings.proxy_images %}
|
||||
img-src https://*.googleusercontent.com https://*.ggpht.com https://*.ytimg.com;
|
||||
{% endif %}
|
||||
|
||||
<link href="{{ theme_path }}" type="text/css" rel="stylesheet">
|
||||
<link href="/youtube.com/static/shared.css" type="text/css" rel="stylesheet">
|
||||
|
||||
@@ -695,6 +695,7 @@ Reload without invidious (for usage of new identity button).</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<script> data = {{ js_data|tojson }} </script>
|
||||
<script src="/youtube.com/static/js/common.js"></script>
|
||||
<script src="/youtube.com/static/js/transcript-table.js"></script>
|
||||
{% if settings.use_video_hotkeys %} <script src="/youtube.com/static/js/hotkeys.js"></script> {% endif %}
|
||||
|
||||
Reference in New Issue
Block a user