Sudo-extension now

This commit is contained in:
Cooper Ransom 2024-04-25 16:49:46 -04:00
parent 57b1df466f
commit e1b943bdc1
10 changed files with 19 additions and 18 deletions

View File

@ -1 +1 @@
Please visit the [main document at primary repository](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md). Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).

View File

@ -1 +1 @@
Please visit the [main document at primary repository](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md). Please visit the [main document at primary repository](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).

6
.github/SECURITY.md vendored
View File

@ -2,9 +2,9 @@
## Supported Versions ## Supported Versions
The latest version of movie-web is the only version that is supported, as it is the only version that is being actively developed. The latest version of sudo-flix is the only version that is supported, as it is the only version that is being actively developed.
## Reporting a Vulnerability ## Reporting a Vulnerability
You can contact the movie-web maintainers to report a vulnerability: You can contact the sudo-flix maintainers to report a vulnerability:
- Report the vulnerability in the [movie-web Discord server](https://movie-web.github.io/links/discord) - Report the vulnerability in the [Discord server](https://discord.gg/g742e7Mu2W)

View File

@ -1,6 +1,6 @@
This pull request resolves #XXX This pull request resolves #XXX
- [ ] I have read and agreed to the [code of conduct](https://github.com/movie-web/movie-web/blob/dev/.github/CODE_OF_CONDUCT.md). - [ ] I have read and agreed to the [code of conduct](https://github.com/sussy-code/smov/blob/dev/.github/CODE_OF_CONDUCT.md).
- [ ] I have read and complied with the [contributing guidelines](https://github.com/movie-web/movie-web/blob/dev/.github/CONTRIBUTING.md). - [ ] I have read and complied with the [contributing guidelines](https://github.com/sussy-code/smov/blob/dev/.github/CONTRIBUTING.md).
- [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/movie-web/movie-web/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference, please take a look at our [GitHub projects](https://github.com/movie-web/movie-web/projects). - [ ] What I'm implementing was assigned to me and is an [approved issue](https://github.com/sussy-code/smov/issues?q=is%3Aopen+is%3Aissue+label%3Aapproved). For reference, please take a look at our [GitHub projects](https://github.com/sussy-code/smov/projects).
- [ ] I have tested all of my changes. - [ ] I have tested all of my changes.

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2023 movie-web Copyright (c) 2023 sudo-flix
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,9 +1,9 @@
{ {
"name": "@movie-web/extension", "name": "@sussy-code/browser-ext",
"displayName": "movie-web extension", "displayName": "sudo-flix extension",
"version": "1.1.4", "version": "1.1.4",
"description": "Enhance your movie-web experience with just one click", "description": "Enhance your streaming experience with just one click",
"author": "movie-web", "author": "sudo-flix",
"scripts": { "scripts": {
"dev": "plasmo dev", "dev": "plasmo dev",
"build": "plasmo build", "build": "plasmo build",

View File

@ -8,7 +8,7 @@ export function BottomLabel() {
<h3 className="bottom-label"> <h3 className="bottom-label">
{version} {version}
<div className="dot" /> <div className="dot" />
movie-web sudo-flix
</h3> </h3>
); );
} }

View File

@ -8,7 +8,7 @@ export function DisabledScreen() {
<Icon name="warningCircle" /> <Icon name="warningCircle" />
</div> </div>
<p> <p>
The <strong>movie-web extension</strong> can not be used on this page The <strong>sudo-flix extension</strong> can not be used on this page
</p> </p>
</div> </div>
); );

View File

@ -32,7 +32,7 @@ export default function PermissionRequest() {
We need some <br /> browser permissions We need some <br /> browser permissions
</h1> </h1>
<p className="text-color paragraph"> <p className="text-color paragraph">
We don&apos;t like it either, but the movie-web extension needs quite a few permissions to function. Listed We don&apos;t like it either, but the sudo-flix extension needs quite a few permissions to function. Listed
below is an explanation for all permissions we need. below is an explanation for all permissions we need.
</p> </p>
@ -41,7 +41,7 @@ export default function PermissionRequest() {
purple purple
icon={<Icon name="github" />} icon={<Icon name="github" />}
right={ right={
<Button type="secondary" href="https://github.com/movie-web/extension"> <Button type="secondary" href="https://github.com/sussy-code/browser-ext">
Read source code Read source code
</Button> </Button>
} }
@ -66,7 +66,7 @@ export default function PermissionRequest() {
<h3>Network Requests</h3> <h3>Network Requests</h3>
<p className="text-color paragraph"> <p className="text-color paragraph">
This permission allows the extension to instruct the browser how to request data from sites. In more This permission allows the extension to instruct the browser how to request data from sites. In more
technical terms, this allows movie-web to modify HTTP headers that it wouldn&apos;t normally be allowed technical terms, this allows sudo-flix to modify HTTP headers that it wouldn&apos;t normally be allowed
to. to.
</p> </p>
<p className="text-color paragraph"> <p className="text-color paragraph">

View File

@ -11,6 +11,7 @@ export const DEFAULT_DOMAIN_WHITELIST = [
'stream.thehairy.me', 'stream.thehairy.me',
'scootydooter.vercel.app', 'scootydooter.vercel.app',
'movie-web-me.vercel.app', 'movie-web-me.vercel.app',
'sudo-flix.lol',
]; ];
export const storage = new Storage(); export const storage = new Storage();