getDisallowedUrls method

List<String> getDisallowedUrls()

Implementation

List<String> getDisallowedUrls() {
  return ['/'];
}