Skip to content

Commit

Permalink
fix cross origin
Browse files Browse the repository at this point in the history
  • Loading branch information
PaluMacil committed Feb 27, 2018
1 parent ef1cbbc commit ff81b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions content/home.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<p>
Some of my favorite Youtubes include...
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RySHDUU2juM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/U9t-slLl30E" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/V6VP-2aIcSc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QM1iUe6IofM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tVj0ZTS4WF4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/74gx0v5ZJzw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/SxTNhD5jTyQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RySHDUU2juM" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/U9t-slLl30E" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/V6VP-2aIcSc" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QM1iUe6IofM" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tVj0ZTS4WF4" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/74gx0v5ZJzw" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/SxTNhD5jTyQ" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
<p>
My dog, Peaches, also would like me to add, "Bark bark woof!!" Thank you.
</p>
Expand Down
2 changes: 1 addition & 1 deletion content/layout.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</footer>

<script
src="http://code.jquery.com/jquery-3.3.1.min.js"
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script
Expand Down

0 comments on commit ff81b77

Please sign in to comment.