diff --git a/chrome/content/zotero/xpcom/server.js b/chrome/content/zotero/xpcom/server.js index e51c24602..2e7a14a4e 100755 --- a/chrome/content/zotero/xpcom/server.js +++ b/chrome/content/zotero/xpcom/server.js @@ -67,8 +67,6 @@ Zotero.Server = new function() { */ this.generateResponse = function (status, contentType, body) { var response = "HTTP/1.0 "+status+" "+responseCodes[status]+"\r\n"; - response += "Access-Control-Allow-Origin: org.zotero.zoteroconnectorforsafari-69x6c999f9\r\n"; - response += "Access-Control-Allow-Methods: POST, GET, OPTIONS, HEAD\r\n"; if(body) { if(contentType) {