Closed andrewlock closed 2 months ago
AddFrameAncestors() derives from CspDirectiveBuilderBase rather than CspDirectiveBuilder, so the normal extensions don't apply. This adds the equivalent to FrameAncestorsDirectiveBuilder directly
AddFrameAncestors()
CspDirectiveBuilderBase
CspDirectiveBuilder
FrameAncestorsDirectiveBuilder
Fixes #178
AddFrameAncestors()
derives fromCspDirectiveBuilderBase
rather thanCspDirectiveBuilder
, so the normal extensions don't apply. This adds the equivalent toFrameAncestorsDirectiveBuilder
directlyFixes #178