datarhei / restreamer-ui

The user interface of the Restreamer for the connection to the Core application.
https://datarhei.com
Apache License 2.0
46 stars 38 forks source link

feat: Added UI advanced options '-referer' header functionality #40

Closed mrdastt closed 11 months ago

mrdastt commented 11 months ago

Here are the key modifications made in this commit:

I noticed this functionality was unavailable and resorted to manually adding in the -referer field in db.json which resulted in a few issues after restarted, after investigation I saw others dealing with the same issue so I decided to modify it. Currently working as intended!

Form change reference: image

ioppermann commented 11 months ago

Thanks a lot for this PR. I made a small change: the label of the form field uses the correct spelling of Referrer. The

I merged it into the dev branch.