Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensrp/opensrp-server-configs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ad596261a3471198c870a39038076a5a61a12ff
Choose a base ref
...
head repository: opensrp/opensrp-server-configs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16ca54ec4be4b8cf0b6c4dc42b8cc4790a0bcf65
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 31, 2023

  1. add hsts configurability

    hilpitome committed Jan 31, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    hilpitome Hilary Baraka Egesa
    Copy the full SHA
    16ca54e View commit details
Showing with 5 additions and 0 deletions.
  1. +5 −0 assets/config/opensrp.properties
5 changes: 5 additions & 0 deletions assets/config/opensrp.properties
Original file line number Diff line number Diff line change
@@ -141,3 +141,8 @@ metrics.permitAll=false
thread.pool.core.size=50
thread.pool.max.size=100
thread.pool.queue.capacity=250

# hsts settings
hsts.header.on=false
hsts.include.subdomain=false
hsts.max.age.in.seconds=31557600