summaryrefslogtreecommitdiff
path: root/src/web/app/common
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-03-19 03:46:13 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-03-19 03:46:13 +0900
commit29e84b4be284a5b13ea19e54c95c67f66dafc27a (patch)
treed17d5b988381f1b986b8f95dc9373aa991433bd7 /src/web/app/common
parentv4215 (diff)
downloadmisskey-29e84b4be284a5b13ea19e54c95c67f66dafc27a.tar.gz
misskey-29e84b4be284a5b13ea19e54c95c67f66dafc27a.tar.bz2
misskey-29e84b4be284a5b13ea19e54c95c67f66dafc27a.zip
Fix bug
Diffstat (limited to 'src/web/app/common')
-rw-r--r--src/web/app/common/views/components/url-preview.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/url-preview.vue b/src/web/app/common/views/components/url-preview.vue
index 91f0a85fb3..e91e510550 100644
--- a/src/web/app/common/views/components/url-preview.vue
+++ b/src/web/app/common/views/components/url-preview.vue
@@ -1,6 +1,6 @@
<template>
<iframe v-if="youtubeId" type="text/html" height="250"
- :src="`http://www.youtube.com/embed/${youtubeId}?origin=${misskeyUrl}`"
+ :src="`https://www.youtube.com/embed/${youtubeId}?origin=${misskeyUrl}`"
frameborder="0"/>
<div v-else>
<a class="mk-url-preview" :href="url" target="_blank" :title="url" v-if="!fetching">