Skip to content

Commit

Permalink
Merge pull request #5851 from avalonmediasystem/search-cors
Browse files Browse the repository at this point in the history
Add content search endpoint to CORS allowlist
  • Loading branch information
Dananji authored Jun 6, 2024
2 parents 9e3d827 + a78d812 commit 077149f
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 077149f

Please sign in to comment.