Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Allow script tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sidyadav committed Feb 18, 2015
1 parent bd75450 commit 22669c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion angular-redactor-filepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ RedactorPlugins.filepicker = function() {
focusCallback: updateModel,
blurCallback: updateModel,
plugins: ['filepicker', 'fullscreen'],
buttons: ['html', 'bold', 'italic', 'deleted', 'outdent', 'indent', 'image', 'file', 'link', 'alignment', 'horizontalrule']
buttons: ['html', 'bold', 'italic', 'deleted', 'outdent', 'indent', 'image', 'file', 'link', 'alignment', 'horizontalrule'],
deniedTags: ['html', 'head', 'body', 'meta', 'applet']
},
additionalOptions = attrs.redactor ?
scope.$eval(attrs.redactor) : {},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-redactor-filepicker",
"main": "angular-redactor-filepicker.js",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/UseFedora/angular-redactor",
"authors": [
"Tyler Garlick <[email protected]>",
Expand Down

0 comments on commit 22669c5

Please sign in to comment.