From: Fabian Keil Date: Wed, 21 Aug 2019 17:14:43 +0000 (+0000) Subject: Add "Cross-origin resource sharing" (CORS) support X-Git-Tag: v_3_0_29~610 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9fd58c0d3a56323ce94837f217e6609e9c7b2402;hp=9fd58c0d3a56323ce94837f217e6609e9c7b2402;p=privoxy.git Add "Cross-origin resource sharing" (CORS) support This allows to access Privoxy's CGI interface via JavaScript from another domain (white-listed with the new cors-allowed-origin directive). Based on a patch by Nedžad Hrnjica. Sponsored by: Robert Klemme. ---