Commit a4538b2
committed
fix(apps): add additional logging of request and correct replacement of material.angular.io subdomains (#2756)
The subdomains attr on the request object is actually in reverse order of the subdomains as they are made in the request, because of this
we simply put the subdomains back in the original order replacing only the hostname with angular.dev instead of angular.io.
PR Close #27561 parent 6b8b45c commit a4538b2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments