Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
Add support for X-Content-Type-Options and X-XSS-Protection security …
Browse files Browse the repository at this point in the history
…headers
  • Loading branch information
hvelarde committed Jul 31, 2018
1 parent 836ae26 commit 2fe5258
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Breaking changes:

New features:

- *add item here*
- Add support for ``X-Content-Type-Options`` and ``X-XSS-Protection`` security headers.
[hvelarde]

Bug fixes:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
<script type="text/javascript" src="../../tiny_mce_dev.js?v={tinymce_version}"></script>
<script type="text/javascript">
function patchCallback(settings, key) {
Expand Down

0 comments on commit 2fe5258

Please sign in to comment.