The scripting tag has no wiki summary.
-2
votes
1answer
58 views
How to secure a script that generates an HTML file from other websites?
I have a ksh script (Korn Shell Script) that generates a static HTML file from websites. How can I ensure that the output HTML file will not contain any bad <script>'s (bad JavaScript)? It's OK ...