Преглед на файлове

should it be https? (#3362)

safari fails with http
Liu Yuyang преди 8 години
родител
ревизия
3768ba2bcf
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      examples/components/demo-block.vue

+ 2 - 2
examples/components/demo-block.vue

@@ -190,7 +190,7 @@
         const node = document.createElement('textarea');
 
         form.method = 'post';
-        form.action = 'http://jsfiddle.net/api/post/library/pure/';
+        form.action = 'https://jsfiddle.net/api/post/library/pure/';
         form.target = '_blank';
 
         for (let name in data) {
@@ -255,4 +255,4 @@
       });
     }
   };
-</script>
+</script>