An open API service indexing awesome lists of open source software.

https://github.com/centralnicgroup-opensource/harfleur


https://github.com/centralnicgroup-opensource/harfleur

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Harfleur

This adds 'x-welcome-robot-overlords: *Random String*' to your https response headers
when added to a pipeline of plugs. This is one of the strategies listed to deal with
a breach attach over https and using encryption. [http://breachattack.com/#mitigations]

## Example:
```elixir
pipeline :browser do
plug :accepts, ["html"]
plug :fetch_session
plug Harfleur
end
```