PromucFlow_constructor/app/server
Shrikant Sharat Kandula 49a973381e
chore: Add X-Content-Type-Options to all downstream responses (#26128)
So far, only calls that go to the Java backend, had the
`X-Content-Type-Options` header in the responses. This PR adds them to
all responses by

1. adding it to NGINX configuration.
2. removing it from Spring security's configuration, so we don't end up
with _two_ `X-Content-Type-Options` headers in the response.

---------

Co-authored-by: Nidhi <nidhi@appsmith.com>
2023-08-08 20:26:00 +05:30
..
.run
appsmith-git feat: Create lightweight status api (#25857) 2023-08-03 18:44:40 +05:30
appsmith-interfaces feat: Remove async/sync differentiation from Appsmith (#25399) 2023-08-05 06:38:53 +01:00
appsmith-plugins feat: trigger API extended to fetch sheet data (#25681) 2023-07-26 16:36:58 +05:30
appsmith-server chore: Add X-Content-Type-Options to all downstream responses (#26128) 2023-08-08 20:26:00 +05:30
envs fix: Updated server set up docs to lower confusion from logs (#22926) 2023-05-03 10:17:34 +05:30
mongo-seed
reactive-caching chore: Applied Spotless formatter (#25173) 2023-07-07 00:43:11 +05:30
scripts chore: Delete unused app/server/scripts/node 2023-08-08 06:00:48 +05:30
.gitignore
build.sh
buildpack-run.sh
docker-compose.yml chore: Use new Docker image for dev-time server (#25609) 2023-07-24 09:56:30 +05:30
pom.xml fix: Update spring-security-config for CVE-2023-34034 (#25893) 2023-08-01 18:27:21 +05:30
Procfile
README.md
system.properties

Appsmith Server

This is the server-side repository for the Appsmith framework.

For details on setting up your development machine, please refer to this Setup Guide.