Security & YT fix
GitHub warned me about a security issue, though I only use this program locally but hey
This commit is contained in:
parent
50cfeab043
commit
68158db60a
2 changed files with 3 additions and 3 deletions
|
@ -102,13 +102,13 @@
|
|||
<h3 id="resultH"></h3>
|
||||
<p id="resultP"></p>
|
||||
<p>Your response:</p>
|
||||
<iframe id="respyt" width="560" height="315" src="https://www.youtube.com/embed/" frameborder="0"
|
||||
<iframe id="respyt" width="496" height="279" src="https://www.youtube.com/embed/" frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
<div id="goodBlock" style="display: none">
|
||||
<p>Correct video:</p>
|
||||
<iframe id="goodyt" width="560" height="315" src="https://www.youtube.com/embed/" frameborder="0"
|
||||
<iframe id="goodyt" width="496" height="279" src="https://www.youtube.com/embed/" frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -39,7 +39,7 @@
|
|||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>2.4.4</version>
|
||||
<version>2.8.11</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.apis</groupId>
|
||||
|
|
Loading…
Reference in a new issue