X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=78d53ce3dca5a2e6cb4dfe9e152cc362c948e4ca;hp=779c5c719472985e2cefef5723a75697b750e21e;hb=1ce997265093de5ec780eae8b1b17871877732da;hpb=f105bf576b458a28a3919b0416fb6234e78ee9ef diff --git a/project.h b/project.h index 779c5c71..78d53ce3 100644 --- a/project.h +++ b/project.h @@ -1303,6 +1303,9 @@ struct configuration_spec /** The directory for customized CGI templates. */ const char *templdir; + /** "Cross-origin resource sharing" (CORS) allowed origin */ + const char *cors_allowed_origin; + #ifdef FEATURE_EXTERNAL_FILTERS /** The template used to create temporary files. */ const char *temporary_directory;