Skip to content
This repository was archived by the owner on Jan 18, 2021. It is now read-only.

Releases: palantir/dropwizard-web-security

1.1.0

02 Oct 16:07
Compare
Choose a tag to compare
  • add ability to configure chainPreflight value of CrossOriginFilter

1.0.0

04 Sep 01:45
Compare
Choose a tag to compare

Upgrade to Dropwizard 1.0.0

0.13.0

01 Apr 06:46
Compare
Choose a tag to compare
  • change default contentSecurityPolicy to allow inline styles #53
  • fix immutable style warning during compile time for consuming projects #55

more granular filters

03 Mar 23:40
Compare
Choose a tag to compare
Merge pull request #39 from palantir/feature/more-granular-filters

add more granular filters

Non-Optional Configuration

03 Mar 18:47
Compare
Choose a tag to compare

Breaking Changes

  • groupId change, we're now using com.palantir.websecurity:dropwizard-web-security:<version>
  • modified the usage of Immutables as to not leak any implementation details
  • changed the WebSecurityConfigurable to non-optional
    • leaving the apps to determine if it should be optional in their YAML
    • an example is available in code and in the README

Changes

  • improved the README and circle.yml files
  • fixed a bug found that occurred when apiRoot is never set
  • releasing at version 0.11.0 to eliminate confusion with a previous incarnation of this library

0.2.0 minor tweaks to default CORS values

05 Feb 15:29
Compare
Choose a tag to compare
  • CORS - changed allowCredentials to be false by default
  • CORS - added Authorization to the default list of allowed headers
  • minor README cleanup to remove references to HSTS