aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/CorsUtils.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-3/+0
* Fix misspelled If-Match headerJakob Warkotsch2024-10-251-1/+1
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+1
* Use real type hints for services etc. in includes/Rest/Bartosz DziewoƄski2024-06-111-13/+3
* Introduce Modules into the REST frameworkdaniel2024-05-081-2/+2
* REST: Support origin with port in enforcing CORS policyAmmarpad2023-10-031-4/+7
* Replace usages of wfParseUrlDaimona Eaytoy2023-08-111-5/+4
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-12/+14
* build: Updating dependencieslibraryupgrader2021-07-221-4/+4
* Make REST CORS allowed headers respect site configuration.Petr Pchelko2021-05-301-5/+9
* Handle CORS preflight request and prevent anon users from unsafe methodsDavid Barratt2020-09-211-0/+177