Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set Gunicorn option forwarded-allow-ips #1077

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

adamantike
Copy link
Collaborator

Currently, the request.url_for and URLPath.make_absolute_url methods always build URLs with "http" scheme, even when the original requested URL is using "https".

The reason for this is that Gunicorn does not allow IPs other than 127.0.0.1 to set secure headers by default. As regular RomM installations don't know which frontend IPs will try to set security headers in advance, we can disable this validation, and fix URL building.

A simple way to test this change is to access any of the feed endpoints, which generate URLs using the mentioned methods. Accessing the endpoint using "https" scheme must generate "https" URLs.

Reference:

Currently, the `request.url_for` and `URLPath.make_absolute_url` methods
always build URLs with "http" scheme, even when the original requested
URL is using "https".

The reason for this is that Gunicorn does not allow IPs other than
127.0.0.1 to set secure headers by default. As regular RomM
installations don't know which frontend IPs will try to set security
headers in advance, we can disable this validation, and fix URL
building.

A simple way to test this change is to access any of the `feed` endpoints,
which generate URLs using the mentioned methods. Accessing the endpoint
using "https" scheme must generate "https" URLs.

Reference:
* encode/starlette#538 (comment)
* https://docs.gunicorn.org/en/stable/settings.html#forwarded-allow-ips
@adamantike adamantike merged commit 441e15c into master Aug 9, 2024
6 checks passed
@adamantike adamantike deleted the fix/set-gunicorn-forwarded-allow-ips branch August 9, 2024 14:41
spiceratops added a commit to spiceratops/k8s-gitops that referenced this pull request Sep 1, 2024
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [rommapp/romm](https://github.com/rommapp/romm) | minor |
`3.4.0` -> `3.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>rommapp/romm (rommapp/romm)</summary>

###
[`v3.5.0`](https://github.com/rommapp/romm/releases/tag/3.5.0)

[Compare
Source](https://github.com/rommapp/romm/compare/3.4.0...3.5.0)

#### What's Changed

- misc: Improve typing for feed schemas by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1064
- \[ROMM-1063] Add Amiga CD32 to emulatorjs game list by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1065
- fix: fab overlay fixed by
[@&#8203;zurdi15](https://github.com/zurdi15) in
[rommapp/romm#1073
- fix: Readable setup text on white theme by
[@&#8203;zurdi15](https://github.com/zurdi15) in
[rommapp/romm#1072
- fix: Allow access to Tinfoil feed when download auth is disabled by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1078
- fix: Set Gunicorn option forwarded-allow-ips by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1077
- Improve speed of fetching siblings for roms by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1076
- Ruffle flash emulator by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1049
- Calculate and store hashes for rom files by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1005
- Hotfix scans when running HASH_SCAN by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1081
- Fix playing emulatorjs + better platform icon loading by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1086
- Fix home icon size on safari/ios by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1088
- misc: Upgrade Python to v3.12 and Alpine to v3.20 by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1092
- feat: Use X-Accel-Redirect to improve file download speed by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1084
- misc: Pin Node version to v20 by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1095
- Add icon to gallery header for current platform by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1093
- Upload progress bars by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1096
- Skip compressed files if theyre invalid by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1097
- Bump emulatorjs to 4.1.1 by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1100
- feat: Use nginx mod_zip to generate multi-file zip downloads by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1102
- misc: Use single SQLAlchemy engine and session maker by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1105
- Switch funding to open collective by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1108
- Replace illegal fs chars in filenames by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1109
- Upload dialog hotfixed + clear button by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1118
- Fix detecting if platform is flash games by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1120
- feat(UX) - Allow links to open in a new tab by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1116
- fix(icons) - match icon names to platform names by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1122
- Disable auth on rom content get endpoint when env variable is present
by [@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1125
- Add support for formatting vuejs with trunk by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1124
- Add known bios files from retropie project by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1126
- Add titledb field to tinfoil response by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1127
- Better performance for large collections by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1128
- \[ROMM-1113] Add file path in rom edit window by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1129
- misc: Tag Docker image with major version only by
[@&#8203;adamantike](https://github.com/adamantike) in
[rommapp/romm#1131
- build(deps): bump axios from 1.6.8 to 1.7.4 in /frontend by
[@&#8203;dependabot](https://github.com/dependabot) in
[rommapp/romm#1132
- Bump axios to 1.7.4 by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1134
- \[ROMM-1107] Add env variable to disable in-browser emulation by
[@&#8203;gantoine](https://github.com/gantoine) in
[rommapp/romm#1133
- Default both fast forward and rewind to enabled by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1136
- Allow user to unmatch rom by
[@&#8203;SaraVieira](https://github.com/SaraVieira) in
[rommapp/romm#1138

#### New Contributors

- [@&#8203;SaraVieira](https://github.com/SaraVieira) made
their first contribution in
[rommapp/romm#1116

**Full Changelog**:
rommapp/romm@3.4.0...3.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants