Interface IResourceIsolationPolicy

All Known Implementing Classes:
FetchMetadataResourceIsolationPolicy, OriginResourceIsolationPolicy
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Interface for the resource isolation policies.

Resource isolation policies are designed to protect against cross-origin attacks.

See FetchMetadataResourceIsolationPolicy for the default implementation used by ResourceIsolationRequestCycleListener.

Author:
Santiago Diaz - saldiaz@google.com, Ecenaz Jen Ozmen - ecenazo@google.com
See Also: