4q1zeNUEtPFS7XbioPYYzM changeset

Changeset346531646132 (b)
Parent323732346337 (a)
ab
5757  yes -> return "*" , credentials false (with a good caching policy)
5858  no -> stop
5959no ->
...
60-  is origin in .ini ?
60+  is host in .ini ?
...
6161  yes ->
...
62-    is origin in list ?
62+    is origin in host cors list ?
...
6363    yes ->
6464      set the cors headers based on .ini
6565      then are we on a db resource ?
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Revision 323732346337
+++ Revision 346531646132
@@ -58,9 +58,9 @@
yes -> return "*" , credentials false (with a good caching policy)
no -> stop
no ->
- is origin in .ini ?
+ is host in .ini ?
yes ->
- is origin in list ?
+ is origin in host cors list ?
yes ->
set the cors headers based on .ini
then are we on a db resource ?