diff --git a/README.md b/README.md
index cae19edf..f7a0ea0d 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,8 @@ To watch for changes use `grunt watch`
## Contributors
Add yours when creating a pull request!
- None
+
+
+## FAQ
+**are you adding something to check if malicious code is executing on the browser?**
+No, because malitous code could edit the functions that check for malicious code.
\ No newline at end of file
diff --git a/js/templates.js b/js/templates.js
index db754cd4..606ad011 100644
--- a/js/templates.js
+++ b/js/templates.js
@@ -113,7 +113,7 @@ angular.module('views/share_credential.html', []).run(['$templateCache', functio
angular.module('views/show_vault.html', []).run(['$templateCache', function($templateCache) {
'use strict';
$templateCache.put('views/show_vault.html',
- '
{{ ::credential.label}} {{ ::tag.text}} |
');
+ '{{filtered_credentials}} {{ ::credential.label}} {{ ::tag.text}} |
');
}]);
angular.module('views/vaults.html', []).run(['$templateCache', function($templateCache) {
diff --git a/templates/views/show_vault.html b/templates/views/show_vault.html
index 47ed21b6..4333afda 100644
--- a/templates/views/show_vault.html
+++ b/templates/views/show_vault.html
@@ -57,6 +57,7 @@
+{{filtered_credentials}}