Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Varon committed Feb 12, 2018
1 parent 5a1a748 commit cfeb891
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,6 @@ else if(hasParam(key))
setKey(param);
}
}

}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public void applyContentPolicy() throws YADASecurityException
// TODO make it impossible to reset args and preargs dynamically if pl class implements SecurityPolicy
// this will close an attack vector

String SPACE = " ";
String SPACE = " ";
StringBuilder contentPolicy = new StringBuilder();
Pattern rxInjection = Pattern.compile(RX_COL_INJECTION);
String rawPolicy = getArgumentValue(CONTENT_POLICY_PREDICATE);
Expand Down

0 comments on commit cfeb891

Please sign in to comment.