class SameSiteUaChecker::RegexListSameSiteNotSupported

Public Instance Methods

regex_list() click to toggle source
# File lib/same_site_ua_checker/regex_list_same_site_not_supported.rb, line 4
def regex_list
  [
    /MSIE/, /Trident/
  ]
end