Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Prevent clickjacking with X-Frame-Options header #680

Merged
merged 1 commit into from
May 4, 2017

Conversation

palourde
Copy link
Contributor

@palourde palourde commented May 4, 2017

Description

Prevent Clickjacking by adding the X-Frame-Options response header to all static content.

Related Issue

Motivation and Context

https://www.owasp.org/index.php/Clickjacking_Defense_Cheat_Sheet

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov-io
Copy link

codecov-io commented May 4, 2017

Codecov Report

Merging #680 into master will decrease coverage by 0.04%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #680      +/-   ##
==========================================
- Coverage   21.54%   21.49%   -0.05%     
==========================================
  Files          27       27              
  Lines        2270     2275       +5     
==========================================
  Hits          489      489              
- Misses       1722     1727       +5     
  Partials       59       59
Impacted Files Coverage Δ
uchiwa/server.go 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 359690b...a5b7436. Read the comment docs.

@palourde palourde merged commit c1729bc into sensu:master May 4, 2017
@palourde palourde deleted the fix-clickjacking branch May 4, 2017 01:24
@palourde palourde added this to the 0.25.0 milestone May 4, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants