]> git.scottworley.com Git - reliable-chat/blobdiff - server/server.go
Remove 'or any later version' license choice
[reliable-chat] / server / server.go
index c3bb59310b8ff28195f299b664cb0bd495c2c03c..bdfbf87b06a5ab74fa6fea1ea22d77601f589f25 100644 (file)
@@ -3,8 +3,7 @@
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU Affero General Public License as
- *  published by the Free Software Foundation, either version 3 of the
- *  License, or (at your option) any later version.
+ *  published by the Free Software Foundation, version 3.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -184,6 +183,7 @@ func start_server(store Store) {
                        now(),
                        r.FormValue("id"),
                        r.FormValue("text")}
+               w.Header().Add("Access-Control-Allow-Origin", "*")
        })
 
        http.HandleFunc("/robots.txt", func(w http.ResponseWriter, r *http.Request) {