Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jan 29, 2024
1 parent febcd2f commit 3cf7906
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion breathecode/events/receivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

logger = logging.getLogger(__name__)


# We no longer want to handle the eventbrite integration, its better to do it thru zapier using the rest hooks
# @receiver(event_saved, sender=Event)
# def post_save_event(sender: Type[Event], instance: Event, **kwargs: Any):
Expand Down
2 changes: 1 addition & 1 deletion breathecode/registry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def render_preview_html(request, asset_slug):
readme['frontmatter']['inlining']['css'][0] if 'inlining' in readme['frontmatter'] else None,
'frontmatter': readme['frontmatter'].items()
})

# Set Content-Security-Policy header
response['Content-Security-Policy'] = "frame-ancestors 'self' https://4geeks.com"

Expand Down

0 comments on commit 3cf7906

Please sign in to comment.