Commit 9c4b115
committed
Merged PR 913588: Whitelist canaryhigh allowed powerbi sov host
Whitelist canaryhigh allowed powerbi sov host
----
#### AI description (iteration 1)
#### PR Classification
Enhancement – updating the allowed PowerBI SOV host whitelist.
#### PR Summary
This PR updates the regular expression in `src/util.ts` to include the `canaryhigh` domain in the allowed PowerBI SOV whitelist, ensuring that requests from the canaryhigh host are validated correctly.
- `src/util.ts`: Modified the regex `allowedPowerBiHostsSovRegex` to add a new option for `.canaryhigh.` among the allowed host patterns.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Related work items: #20119011 parent 188918b commit 9c4b115
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments