Skip to content

Commit

Permalink
Merge pull request #54 from spartansystems/bugfix/add-s3-https-url
Browse files Browse the repository at this point in the history
Add SSL link for s3 to resourceUrlWhitelist
  • Loading branch information
davidmiller11 authored Dec 12, 2016
2 parents 8b39df9 + f1c5b05 commit 943b4eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app/assets/javascripts/atomic_cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@

page.config(['$sceDelegateProvider', function($sceDelegateProvider) {
$sceDelegateProvider.resourceUrlWhitelist([
'self',
'http://s3.amazonaws.com/**'
'self',
'http://s3.amazonaws.com/**',
'https://s3.amazonaws.com/**'
]);
}]);

Expand Down
2 changes: 1 addition & 1 deletion atomic_cms.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'atomic_cms'
s.version = '0.3.1'
s.version = '0.3.2'
s.summary = 'Atomic CMS'
s.description = 'Live CMS powered by atomic assets.'
s.authors = ['Don Humphreys', 'Spartan']
Expand Down

0 comments on commit 943b4eb

Please sign in to comment.