Change /logout from GET to POST (#515)
This commit is contained in:
parent
50ca141f1d
commit
26e8660af4
3 changed files with 16 additions and 4 deletions
|
|
@ -639,3 +639,13 @@ li.vjs-menu-item.vjs-selected {
|
|||
.video-js video::-webkit-media-text-track-container {
|
||||
bottom: 50px;
|
||||
}
|
||||
|
||||
input#logout[type="submit"] {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
input#logout[type="submit"]:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue