Skip to content

Commit 9fea3ab

Browse files
committed
remove note from contrib
1 parent b45d48b commit 9fea3ab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ When submitting pull requests, the pull request should be made to the version yo
1010

1111
This code base is currently using PHP version 7.4. All files are required to be linted with PSR-12 standard. This repository will automatically check PRs for linting compliance.
1212

13-
Whenever frontend JS limits the possible values of a user input, PHP must also do the same, and tests must be written.
14-
There's nothing stopping a user from making custom HTTP POST requests.
15-
This can be done in `webroot/panel/*.php` while parsing headers, or preferrably in `resources/lib/*.php`.
16-
For example, both frontend JS and in the `UnityUser` class make sure that a login shell contains only ASCII characters, and this is tested in `test/functional/LoginShellSetTest.php`.
17-
1813
## Development Environment
1914

2015
### Setting up your Environment

0 commit comments

Comments
 (0)