forked from external-repos/pa11y-dashboard
Add a readonly mode for demo/public-facing sites
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"webservice": "http://localhost:3000/",
|
||||
"port": 4000,
|
||||
"noindex": true
|
||||
"noindex": true,
|
||||
"readonly": false
|
||||
}
|
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"webservice": "http://localhost:3000/",
|
||||
"port": 4000,
|
||||
"noindex": true
|
||||
"noindex": true,
|
||||
"readonly": false
|
||||
}
|
Reference in New Issue
Block a user