Commit graph

5714 commits

Author SHA1 Message Date
Collin M. Barrett
f885b0a519 refactor(reverse-proxy): ♻ csp tweaks 2021-01-24 14:31:39 -06:00
Collin M. Barrett
4cf4930a41 fix(readme): 🐛 fix URL 2021-01-24 13:24:01 -06:00
Collin M. Barrett
1013a7db2c feat(readme): expand Adding or Updating Lists 2021-01-24 13:23:14 -06:00
Collin M. Barrett
786485fb90 refactor(readme): ♻ rm 'Up and Running' 2021-01-24 13:17:37 -06:00
Collin M. Barrett
f48f70ec11 Revert "fix(api-docs): 🐛 disable unsafe-inline style-src"
This reverts commit 29b6517569.
2021-01-24 13:14:44 -06:00
Collin M. Barrett
6609325d9e refactor(web): 🎨 npx prettier --write . 2021-01-24 13:12:43 -06:00
Collin M. Barrett
29b6517569 fix(api-docs): 🐛 disable unsafe-inline style-src
ref https://github.com/swagger-api/swagger-ui/pull/5578
2021-01-24 13:10:58 -06:00
Collin M. Barrett
44bae636a7 fix(web): 🐛 extract inline tpl redirect script to not be blocked by csp 2021-01-24 12:49:15 -06:00
Collin M. Barrett
4be18238cd fix(web): 🐛 allow csp manifest-src 2021-01-24 12:45:15 -06:00
Collin M. Barrett
4aa6845672 feat(web): disable csp unsafe-inline 2021-01-24 12:33:25 -06:00
Collin M. Barrett
72222dceb3 feat(reverse-proxy): lock down csp form-action 2021-01-24 12:29:03 -06:00
Collin M. Barrett
81bfc48338 feat(reverse-proxy): lock down csp base-uri 2021-01-24 12:27:06 -06:00
Collin M. Barrett
dbcdc8cf27 feat(reverse-proxy): lock down csp frame-ancestors 2021-01-24 12:24:53 -06:00
Collin M. Barrett
cb4fcff6b7 refactor(readme): 🎨 formatting tweaks 2021-01-24 10:10:35 -06:00
Collin M. Barrett
20fd1680c2 feat(readme): add table of contents 2021-01-24 09:57:26 -06:00
Collin M. Barrett
8930e33bd9 refactor(readme): ♻ convert services shields to markdown, extract multiple security headers shields 2021-01-24 09:48:53 -06:00
Collin M. Barrett
56f96bd3bd feat(reverse-proxy): 🔒 give apis only connect-src csp 2021-01-23 18:12:22 -06:00
Collin M. Barrett
8364f47d22 fix(reverse-proxy): 🐛 give swagger-ui data: csp 2021-01-23 18:10:36 -06:00
Collin M. Barrett
076f5ed17c fix(reverse-proxy): 🐛 give swagger-ui unsafe-inline csp 2021-01-23 18:08:21 -06:00
Collin M. Barrett
eef2b5ee53 refactor(reverse-proxy): ♻ use custom csp per location 2021-01-23 18:05:14 -06:00
Collin M. Barrett
e568a02b23 refactor(web): ♻ rm cors feature since web doesn't need cors 2021-01-23 17:55:35 -06:00
Collin M. Barrett
b537eb7323 refactor(reverse-proxy): ♻🔥🚧 disable cors at nginx level, mv csp per location 2021-01-23 17:50:26 -06:00
Collin M. Barrett
d0b884e958 fix(reverse-proxy): 🐛 re-enable cors w/re-included headers 2021-01-23 17:37:58 -06:00
Collin M. Barrett
f5c2f97053 fix(reverse-proxy): 🐛🚧 temp disable cors 2021-01-23 17:05:08 -06:00
Collin M. Barrett
eaa52e14eb Revert "fix(reverse-proxy): 🐛 include other headers with cors"
This reverts commit 7fd0a72e2c.
2021-01-23 16:58:50 -06:00
Collin M. Barrett
7fd0a72e2c fix(reverse-proxy): 🐛 include other headers with cors 2021-01-23 16:56:50 -06:00
Collin M. Barrett
c68456f8a9 fix(reverse-proxy): 🐛 fix add_header 2021-01-23 16:41:27 -06:00
Collin M. Barrett
be45be9b21 fix(reverse-proxy): 🐛 mv add_header back to server 2021-01-23 16:36:50 -06:00
Collin M. Barrett
dbcf6ab1e6 fix(reverse-proxy): 🐛 add_header to redirect servers 2021-01-23 16:23:24 -06:00
Collin M. Barrett
5d08ca91a7 refactor(reverse-proxy): ♻ combine add_header files to try fix missing CSP header 2021-01-23 16:10:49 -06:00
Collin M. Barrett
871c175b8a fix(reverse-proxy): 🐛 mv Strict-Transport-Security to location 2021-01-23 16:04:27 -06:00
Collin M. Barrett
e3152e6216 fix(reverse-proxy): 🐛🚑 mv add_header back to location 2021-01-23 16:01:17 -06:00
Collin M. Barrett
219a79a0de fix(reverse-proxy): 🐛 combine add_header directives into server includes 2021-01-23 15:57:04 -06:00
Collin M. Barrett
363249ee46 Revert "fix(reverse-proxy): 🐛🚧 temp override Last-Modified header for a full Cloudflare purge for CORS"
This reverts commit e18b2902c5.
2021-01-23 15:48:30 -06:00
Collin M. Barrett
45012af334 fix(reverse-proxy): 🐛🚧 temp override Last-Modified header for a full Cloudflare purge for CORS 2021-01-23 15:26:57 -06:00
Collin M. Barrett
e18b2902c5 fix(reverse-proxy): 🐛🚧 temp override Last-Modified header for a full Cloudflare purge for CORS 2021-01-23 15:25:53 -06:00
Collin M. Barrett
6e20f08d4e fix(reverse-proxy): 🐛 restor CORS config fixing web mime type CSP 2021-01-23 14:57:29 -06:00
Collin M. Barrett
a7498309ef fix(web): 🐛🚑 temp rollback cors changes 2021-01-23 14:51:49 -06:00
Collin M. Barrett
c4047fac7a fix(web): 🐛🚑 fix react mime types 2021-01-23 14:43:17 -06:00
Collin M. Barrett
6795653371 refactor(reverse-proxy): 🎨 tidy alignment of location configs 2021-01-23 14:38:33 -06:00
Collin M. Barrett
a0d855e427 fix(reverse-proxy): 🐛🚑 fix location vs server includes 2021-01-23 14:34:55 -06:00
Collin M. Barrett
0579a949a8 fix(reverse-proxy): 🐛🚑 fix duplicate location in CORS config 2021-01-23 14:30:45 -06:00
Collin M. Barrett
d741b20d23 feat(reverse-proxy): configure CORS 2021-01-23 14:26:08 -06:00
Collin M. Barrett
b8a3b6106b feat(reverse-proxy): pass X-Real-IP 2021-01-23 14:10:30 -06:00
Collin M. Barrett
caebbcf554 fix(swagger): 🐛 try fix swagger.json CORS issues via forward
ref https://github.com/python-restx/flask-restx/issues/221
2021-01-23 14:02:05 -06:00
Collin M. Barrett
37d0bd65bf fix(swagger): 🐛 try fix swagger.json CORS issues via forward
ref https://github.com/python-restx/flask-restx/issues/221
2021-01-23 14:01:19 -06:00
Collin M. Barrett
c82af728f2 refactor(readme): ♻ direct questions to Discussions 2021-01-23 13:47:39 -06:00
Collin M. Barrett
6aba478efb refactor(readme): ♻ tidy services shields 2021-01-23 12:30:46 -06:00
Collin M. Barrett
1a1a1ee832 refactor(readme): ♻ extract services section/table 2021-01-23 12:05:39 -06:00
Collin M. Barrett
2efc8bff9a refactor(readme): ♻ reduce logo border 2021-01-23 11:49:33 -06:00