in src/main/java/com/googlesource/gerrit/plugins/readonly/ReadOnlyEndpoint.java [76:79]
public Response<String> apply(ConfigResource resource, Input input) throws IOException {
state.setReadOnly(false);
return Response.ok("off");
}