Skip to content

Commit

Permalink
fix(urlSync): urls should be safe by default (#1104)
Browse files Browse the repository at this point in the history
fixes #982
  • Loading branch information
vvo authored Jun 23, 2016
1 parent 2ba4696 commit db833c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/url-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ class URLSync {
state.filter(this.trackedParameters),
{
moreAttributes: foreignConfig,
mapping: this.mapping
mapping: this.mapping,
safe: true
}
);

Expand Down

0 comments on commit db833c6

Please sign in to comment.