Added new scr, fixed internal-urls in app

This commit is contained in:
zeldaroot 2021-04-18 00:11:09 +03:00
parent 671583b497
commit e31eb60ffa
6 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ NC='\033[0m'
OPTION=${1:-}
GIT_SERVER="github.com"
CP_VER="4.0.0"
CP_VER="4.0.1"
PRC_=0
CP_DOMAIN=${CP_DOMAIN:-}
@ -3599,7 +3599,7 @@ while [ "${WHILE}" -lt "2" ]; do
--user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0 CinemaPress App" \
--ignore-certificate \
--insecure \
--internal-urls ".*?\.?${CP_DOMAIN}|.*?\.github\.io|.*?\.gitlab\.io|.*?\.bitbucket\.io|.*?\.netlify\.com|.*?\.appspot\.com|.*?\.surge\.sh|.*?\.updog\.co|.*?\.neocities\.org|.*?\.herokuapp\.com" \
--internal-urls ".*" \
--disable-context-menu \
--disable-dev-tools \
--single-instance \

View file

@ -1,6 +1,6 @@
{
"name": "cinemapress",
"version": "4.0.0",
"version": "4.0.1",
"description": "CinemaPress - Watch Movies and TV Shows Online Streaming Portal CMS Open Source Script",
"license": "MIT",
"author": "CinemaPress <support@cinemapress.io>",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 39 KiB