mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
- A new `insecure` package reproduces the experience we had before this change, in which all collections are by default totally open to all changes - With or without the `insecure` package, you can now call collection.allow() to define which calls to the default mutator methods should be allowed
2 lines
35 B
JavaScript
2 lines
35 B
JavaScript
Meteor.Collection.insecure = true;
|