| Interface | Description |
|---|---|
| AllowFromStrategy |
Strategy interfaces used by the
FrameOptionsHeaderWriter to determine the
actual value to use for the X-Frame-Options header when using the ALLOW-FROM directive. |
| Class | Description |
|---|---|
| RegExpAllowFromStrategy |
Implementation which uses a regular expression to validate the supplied origin.
|
| StaticAllowFromStrategy |
Simple implementation of the
AllowFromStrategy |
| WhiteListedAllowFromStrategy |
Implementation which checks the supplied origin against a list of allowed origins.
|
| XFrameOptionsHeaderWriter |
HeaderWriter implementation for the X-Frame-Options headers. |
| Enum | Description |
|---|---|
| XFrameOptionsHeaderWriter.XFrameOptionsMode |
The possible values for the X-Frame-Options header.
|