[Bug 616682] Serve plain ogv video files with Access-Control-Allow-Origin



https://bugzilla.gnome.org/show_bug.cgi?id=616682
  sysadmin | Git | unspecified

Claude Paroz <claude> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #2 from Claude Paroz <claude 2xlibre net> 2010-04-24 10:27:56 UTC ---
My suggestion is to add "l10n.gnome.org" (or "*" if you want to authorize any
origin) as an authorized origin for "video/ogg" type in the Apache
configuration of the git.gnome.org server.

After some research, I think the Apache config *could be* something like this
(assuming mod_headers is enabled):
<Files  "*.ogv">
  Header set Access-Control-Allow-Origin "http://l10n.gnome.org";
</Files>

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]