Commit cb54558
authored
PuppeteerHelper: use localhost (#3073)
#### Rationale
My changes in LabKey/limsModules#2260 make it so
insecure requests to non-loopback hosts are refused for by the puppeteer
service. This PR updates the PuppeteerHelper to use localhost so the API
requests don't get denied.
#### Related Pull Requests
- LabKey/limsModules#2260
- #3073
#### Changes
- PuppeteerHelper: use localhost
#### Tasks 📍
- [x] Claude Code Review
- [x] TeamCity verification1 parent a4b2524 commit cb54558
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments