Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed May 15, 2020
1 parent 0fa0322 commit f94c93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def _(x):
APP_DEFAULT_SECURE_HEADERS['content_security_policy'] = {
'default-src': ["'self'", "'unsafe-inline'"],
'object-src': ["'none'"],
'style-src': ["'self'", "'unsafe-inline'"],
'font-src': ["'self'", "data:", "https://fonts.gstatic.com",
"https://fonts.googleapis.com"],
'style-src': ["'self'", "'unsafe-inline'", "https://fonts.googleapis.com"],
'font-src': ["'self'", "data:", "https://fonts.gstatic.com"],
}
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const {% endraw -%}{{cookiecutter.datamodel_extension_class}}{%- raw %}SearchBar
color: "orange",
className: "invenio-theme-search-button",
}}
fluid
placeholder={placeholder}
onChange={(event, { value }) => {
onInputChange(value);
Expand Down

0 comments on commit f94c93d

Please sign in to comment.