1id: offline-allowed-paths 2 3info: 4 name: offline-allowed-paths 5 author: pdteam 6 severity: info 7 description: offline-allowed-paths 8 9http: 10 - path: 11 - "{{BaseURL}}" 12 - "{{BaseURL}}/" 13 - "/" 14 15 matchers: 16 - type: status 17 status: 18 - 200 19