Class EnsureSpecCompliantHeaders

java.lang.Object
org.openqa.selenium.grid.web.EnsureSpecCompliantHeaders
All Implemented Interfaces:
Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>, org.openqa.selenium.remote.http.Filter

public class EnsureSpecCompliantHeaders extends Object implements org.openqa.selenium.remote.http.Filter
  • Constructor Details

    • EnsureSpecCompliantHeaders

      public EnsureSpecCompliantHeaders(Collection<String> allowedOriginHosts, Set<String> skipChecksOn)
  • Method Details

    • apply

      public org.openqa.selenium.remote.http.HttpHandler apply(org.openqa.selenium.remote.http.HttpHandler httpHandler)
      Specified by:
      apply in interface Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>