Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Development has been migrated to [PatrickTulskie/enforce_same_origin](https://github.com/PatrickTulskie/enforce_same_origin).
This fork is **archived** and will not receive updates.
For the latest changes, issues, and contributions, please use the new repository.

# EnforceSameOrigin

Automatically sets the `X-Frame-Options` header on all requests to be `SAMEORIGIN`. Various security scans will fail you for not having this header set. Now you can just drop this into your apps and be compliant.
Expand Down
Loading