Skip to content

Commit

Permalink
fix: allow cloud.google.com for the API Explorer extension (#1477)
Browse files Browse the repository at this point in the history
Allow https://cloud.google.com as an external URL for the API Explorer
extension
  • Loading branch information
jkaster committed Jun 28, 2024
1 parent 15ea344 commit 98a687e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension-api-explorer/manifest.lkml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ application: api-explorer {
local_storage: yes
navigation: no
new_window: yes
new_window_external_urls: ["https://looker.com/*", "https://developer.mozilla.org/*", "https://docs.looker.com/*"]
new_window_external_urls: ["https://looker.com/*", "https://developer.mozilla.org/*", "https://docs.looker.com/*", "https://cloud.google.com/*"]
raw_api_request: yes
use_form_submit: yes
use_embeds: yes
use_clipboard: yes
core_api_methods: ["versions", "api_spec"]
external_api_urls : ["https://raw.githubusercontent.com","http://localhost:30000","https://localhost:8080","https://static-a.cdn.looker.app","https://docs.looker.com","https://developer.mozilla.org/"]
external_api_urls : ["https://raw.githubusercontent.com","http://localhost:30000","https://localhost:8080","https://static-a.cdn.looker.app","https://docs.looker.com","https://cloud.google.com", "https://developer.mozilla.org/"]
oauth2_urls: []
}
}
Expand Down

0 comments on commit 98a687e

Please sign in to comment.