Add missing directives to network CSP parser
I recently (https://crrev.com/c/2220053) extended the network CSP parser adding support for almost all missing directives so that it can be used for CSP: Embedded Enforcement (https://crbug.com/1094909). I did not add a few directives which are ignored for CSPEE at the moment. However, with https://crrev.com/c/2279976 they will generate a warning, which we do not want. This CL adds support for the missing directives in the network CSP parser. Although the values of the directives are not being parsed, they are recognized as being valid directives ad will not generate any warning. Bug: 1094909 Change-Id: I2c4b74ede0ca56b4b7582db9cc3eb809b36ce19d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300300Reviewed-by:Mike West <mkwst@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#790791}
Showing
Please register or sign in to comment