We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bb0b0 commit ccad1a1Copy full SHA for ccad1a1
scripts/validate_urls.sh
@@ -2,6 +2,7 @@
2
3
WHITELIST_URLS=angularclass.com,\
4
angular.io,\
5
+patrickjs.com,\
6
https://dartlang-slack.herokuapp.com/,\
7
github.com/angularclass/awesome-angular,\
8
github.com/angular/universal,\
@@ -25,4 +26,4 @@ https://plus.google.com/+AngularJS,\
25
26
https://blog.craftlab.hu/multiple-solutions-for-angular-ahead-of-time-aot-compilation-c474d9a0d508,\
27
https://www.bitsrc.io
28
-awesome_bot README.md --white-list ${WHITELIST_URLS}
29
+awesome_bot README.md --white-list ${WHITELIST_URLS} --allow-redirect --allow-dupe
0 commit comments