FAQ/Preventing-information-leaks.md
... ...
@@ -10,7 +10,7 @@ More information regarding information leakage can be found at: https://www.owa
10 10
11 11
Adding the below code to the rs.aspx page will help you control what a user is able to see. The “Prohibited” quotes is where you put the literal information displayed to the end user.
12 12
13
-<script runat="server">
13
+'''<script runat="server">
14 14
private bool SystemInfoPresents(ControlCollection controls)
15 15
{
16 16
foreach (Control c in controls)
... ...
@@ -31,4 +31,4 @@ private bool SystemInfoPresents(ControlCollection controls)
31 31
Controls.Add(new LiteralControl("Prohibited"));
32 32
}
33 33
}
34
- </script>
... ...
\ No newline at end of file
0
+ </script>'''
... ...
\ No newline at end of file