Commit 8dde1c2
Add Request Header Filter Function
This change introduces a new function, `requestRequestHeaderFilter`,
which filters request headers based on the provided header name. The
function checks if any header in the request matches the specified
header name, ignoring case sensitivity.
Bug: 397481040
Change-Id: Ie220b4a12f85679693111cb31ccc783b858e9547
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6512390
Auto-Submit: Garima Chadha <garimachadha@microsoft.com>
Reviewed-by: Wolfgang Beyer <wolfi@chromium.org>
Commit-Queue: Wolfgang Beyer <wolfi@chromium.org>
Reviewed-by: Simon Zünd <szuend@chromium.org>
Reviewed-by: Robert Paveza <Rob.Paveza@microsoft.com>1 parent fa13103 commit 8dde1c2
File tree
3 files changed
+60
-0
lines changed- front_end/panels/network
- forward
3 files changed
+60
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
660 | 708 | | |
661 | 709 | | |
662 | 710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
740 | 744 | | |
741 | 745 | | |
742 | 746 | | |
| |||
1652 | 1656 | | |
1653 | 1657 | | |
1654 | 1658 | | |
| 1659 | + | |
| 1660 | + | |
| 1661 | + | |
| 1662 | + | |
1655 | 1663 | | |
1656 | 1664 | | |
1657 | 1665 | | |
| |||
2043 | 2051 | | |
2044 | 2052 | | |
2045 | 2053 | | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
2046 | 2057 | | |
2047 | 2058 | | |
2048 | 2059 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments