[mythtv-commits] [MythTV/mythtv] a1e72a: HTTPServer: Remove Allowed Origin http://chromecas...

billmeek noreply at github.com
Sun Jan 9 14:52:41 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: a1e72a209bfa9056c7a26a34ee3a701d1808f76b
      https://github.com/MythTV/mythtv/commit/a1e72a209bfa9056c7a26a34ee3a701d1808f76b
  Author: Bill Meek <billmeek at mythtv.org>
  Date:   2022-01-09 (Sun, 09 Jan 2022)

  Changed paths:
    M mythtv/libs/libmythbase/http/mythhttpserver.cpp
    M mythtv/libs/libmythupnp/httprequest.cpp

  Log Message:
  -----------
  HTTPServer: Remove Allowed Origin http://chromecast.mythtvcast.com

This was requested by the "Android Frontend" app developer
in order for it to support Chromecast, which needed CORS
support.

dig chromecast.mythtvcast.com returns nothing.
Plus there hasn't been any development on the
app in years.

Thanks to Klaas for spotting it. Requires -v http at
backend startup to see the log messages:

  HTTPServer: Allowed origin: http://chromecast.mythtvcast.com

Closes: #453




More information about the mythtv-commits mailing list