Commit a7de559
authored
Make the PhishingController
The `test` method for the PhishingController was recently made
asynchronous so that it could update the phishing configuration if
necessary. We found that in practice this was difficult to use,
especially when handling multiple simultanous tests.
The `test` method has been made synchronous again. Instead we can check
whether the config is out of date using the new `isOutOfDate` method,
and explicitly update the configuration if required.test synchronous (#929)1 parent 0adfc97 commit a7de559
File tree
2 files changed
+129
-194
lines changed- src/third-party
2 files changed
+129
-194
lines changed
0 commit comments