diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 7d40fea..9a4faf1 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,14 +2,11 @@ ## Supported Versions -The P-Stream maintainers only support the latest version of P-Stream published at https://pstream.mov. This published version is equivalent to the master branch. Support is not provided for any forks or mirrors of P-Stream. ## Reporting a Vulnerability -There are two ways you can contact the p-stream maintainers to report a vulnerability: +Report an issue from Github issues or via email on Github. -- Report the vulnerability in the [p-stream Discord server](https://docs.pstream.mov/links/discord) -- ~~Email [security@p-stream.app](mailto:security@p-stream.app)~~ diff --git a/README.md b/README.md index a251cae..7e700ad 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # @p-stream/providers -READ: Most sources marked with 🔥 or 🤝 are only avaliable on https://pstream.mov - -Because these scrapers are getting harder and harder to maintain, as they get patched. We need to close-source them. This is unfortunate, but it's the reality of the pirating scene. Sites that we scrape are blocking us, and we keep losing them. Fortunately, P-Stream has partnered with many people who offered their services on the site. -You are still free to self-host; several sources are still usable, with more open-source ones coming soon. If you have experience coding, this is a great oppurtunity to develop your own scrapers. - package that holds all providers of P-Stream. Feel free to use for your own projects. @@ -13,7 +8,7 @@ features: - scrape popular streaming websites - works in both browser and server-side -Visit documentation here: https://providers.pstream.mov/ +Visit documentation here: ## How to run locally or test my changes diff --git a/src/utils/proxy.ts b/src/utils/proxy.ts index b9df6a2..94293d2 100644 --- a/src/utils/proxy.ts +++ b/src/utils/proxy.ts @@ -2,9 +2,9 @@ import { FeatureMap, flags } from '@/entrypoint/utils/targets'; import { Stream } from '@/providers/streams'; // Default proxy URL for general purpose proxying -const DEFAULT_PROXY_URL = 'https://proxy.nsbx.ru/proxy'; +const DEFAULT_PROXY_URL = 'https://proxy.example.com'; // Default M3U8 proxy URL for HLS stream proxying -let CONFIGURED_M3U8_PROXY_URL = 'https://proxy.pstream.mov'; +let CONFIGURED_M3U8_PROXY_URL = 'https://proxy.example.com'; /** * Set a custom M3U8 proxy URL to use for all M3U8 proxy requests