Skip to content

Commit

Permalink
Merge pull request #28 from odinsride/master
Browse files Browse the repository at this point in the history
Add FAQs section to README and provide Solution to #24
  • Loading branch information
arnoudkooi authored Oct 10, 2019
2 parents c93360e + 7504a0b commit 72426e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ This will do some basic code checks.

![ESLint](img/eslint.png)

## FAQs

I'm using `<script>` tags in a widget HTML template, and they do not sync to my instance properly. How can I resolve this?

**Solution** (See [#24](https://github.com/arnoudkooi/sn-scriptsync/issues/24)): In your ServiceNow instance, set the following system property:
* **`glide.rest.sanitize_request_input`** = **`false`**

## Issues
Please report an issue on GitHub if you experience problems, or have a feature request.

Expand Down

0 comments on commit 72426e5

Please sign in to comment.