Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Jun 22, 2019
2 parents 2c3f357 + 5ef44dc commit c3c0651
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FileETag None
</ifmodule>

<ifmodule mod_headers.c>
Header set X-Frame-Options "ALLOW-FROM https://alltubedownload.net/"
Header set X-Frame-Options DENY
Header set X-Content-Type-Options nosniff
Header set X-XSS-Protection "1; mode=block"
Header set Referrer-Policy no-referrer
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"phpunit/phpunit": "~6.5.2",
"doctrine/instantiator": "~1.0.0",
"ffmpeg/ffmpeg": "4.0.3",
"rg3/youtube-dl": "2019.06.08",
"rg3/youtube-dl": "2019.06.21",
"heroku/heroku-buildpack-php": "*",
"anam/phantomjs-linux-x86-binary": "~2.1.1",
"phpstan/phpstan": "~0.9.2"
Expand All @@ -40,10 +40,10 @@
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2019.06.08",
"version": "2019.06.21",
"dist": {
"type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2019.06.08.zip"
"url": "https://github.com/rg3/youtube-dl/archive/2019.06.21.zip"
}
}
},
Expand Down
12 changes: 4 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alltube",
"description": "HTML GUI for youtube-dl",
"version": "2.0.3",
"version": "2.0.4",
"author": "Pierre Rudloff",
"bugs": "https://github.com/Rudloff/alltube/issues",
"dependencies": {
Expand Down

0 comments on commit c3c0651

Please sign in to comment.