Skip to content

Commit

Permalink
Add content search endpoint to CORS allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
Dananji committed Jun 6, 2024
1 parent 119f382 commit a78d812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Application < Rails::Application
resource '/master_files/*/supplemental_files/*', headers: :any, methods: [:get]
resource '/playlists/*/manifest.json', headers: :any, credentials: true, methods: [:get]
resource '/timelines/*/manifest.json', headers: :any, methods: [:get, :post]
resource '/master_files/*/search', headers: :any, methods: [:get]
end
end

Expand Down

0 comments on commit a78d812

Please sign in to comment.