- Issue created by @gapple
- Status changed to Needs review
7 months ago 7:31am 31 August 2024
PHP Enums can encapsulate some of the information currently in constants on the Csp class.
Enumable things
- Directives (default-src, script-src)
- Directive Schemas (source-list, ancestor-source-list, token-list)
- Keywords ('self', 'none')
- Hash algorithms
- Create Enums
- Change code to use Enums internally
- Widening type hints to also accept enums directly will be implemented for 3.0.0
Enums are only used internally in 2.x, methods will still expect or return string values.
New enums are available for external code, but methods will require passing in Enum->value
until 3.0.0
Needs review
2.0
Code