Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e5d6f333
Commit
e5d6f333
authored
8 years ago
by
Connor Shea
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update image policy to allow external images over HTTPS.
parent
4984d1a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config/initializers/secure_headers.rb
config/initializers/secure_headers.rb
+1
-1
No files found.
config/initializers/secure_headers.rb
View file @
e5d6f333
...
...
@@ -22,7 +22,7 @@ SecureHeaders::Configuration.default do |config|
frame_src:
%w('self')
,
connect_src:
%w('self')
,
font_src:
%w('self')
,
img_src:
%w('self' www.gravatar.com secure.gravatar.com)
,
img_src:
%w('self' www.gravatar.com secure.gravatar.com
https:
)
,
media_src:
%w('none')
,
object_src:
%w('none')
,
script_src:
%w('unsafe-inline' 'self' maxcdn.bootstrapcdn.com)
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment