Patch RESTful Web Services module to respond to CORS preflight requests.

This commit is contained in:
Michael Stenta 2019-06-17 12:31:01 -04:00
parent eeb1d84639
commit ae15ef14b6
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ projects[restws][version] = "2.8"
projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-2857490-2-Filter-by-bundle.patch"
; Fix Issue #2090177: Possible misuse of "bundle keys"
projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-bundleKeyTerms-2090177-12.patch"
; Fix Issue #1084144: Respond to CORS preflight requests
projects[restws][patch][] = "http://www.drupal.org/files/issues/restws-support_options_request-1084144-11-7.patch"
projects[restws_field_collection][subdir] = "contrib"
projects[restws_field_collection][version] = "1.1"