Skip to content

Commit

Permalink
Add content security policy #47
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaeeb committed May 2, 2020
1 parent fc683f4 commit d588c43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.7] - 2020-05-02

### Added

- [Add content security policy](https://github.com/ragaeeb/das-js/issues/47)

## [0.1.6] - 2020-05-02

### Added
Expand Down
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
`gatsby-plugin-sharp`,
`gatsby-plugin-offline`,
'gatsby-source-local-git',
'gatsby-plugin-csp',
{
resolve: `gatsby-source-filesystem`,
options: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"homepage": "https://ragaeeb.github.io/das-js",
"description": "Dar as-Sahābah website",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"scripts": {
"build": "gatsby build",
Expand All @@ -22,6 +22,7 @@
"dotenv": "8.2.0",
"gatsby": "2.21.9",
"gatsby-image": "2.4.0",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-manifest": "2.4.1",
"gatsby-plugin-offline": "3.2.0",
"gatsby-plugin-react-helmet": "3.3.0",
Expand Down

0 comments on commit d588c43

Please sign in to comment.