Files
Corsy/core
Vasco Franco b5c5c21926 Fixes "origin reflected" check
Previously there was a missing call to `headers = requester(url, scheme,
header_dict, origin)` in the "origin reflected" check. This meant that
the code was not using the intended origin (`origin = root + '://' +
'example.com'`). Intead, the check incorreclty used the headers from the
first request (with `origin = scheme + '://' + root`). This commit fixes
this problem by making the missing request.
2021-11-13 23:53:18 +00:00
..
2019-11-27 15:02:42 +05:30
2020-01-17 03:20:20 +05:30
2021-11-13 23:53:18 +00:00
2021-01-28 16:50:08 +05:30