Skip to content

Commit

Permalink
Made the values to be listed clearly in Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-pandey committed Oct 16, 2017
1 parent 5c76b91 commit 85cb02b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,7 @@ Apart from these, the following properties are also available, and may be useful
</tr>
</table>


### Spark SQL

Running the <code>SET -v</code> command will show the entire list of the SQL configuration.
Expand Down
18 changes: 10 additions & 8 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,13 @@ Strict Transport Security.
<td>
Value for HTTP X-XSS-Protection response header. You can choose appropriate value
from below:
<br />
<br /> 0 &nbsp;&nbsp;(Disables XSS filtering)
<br /> 1 &nbsp;&nbsp;(Enables XSS filtering. If a cross-site scripting attack is detected,
<ul>
<li> 0 </li> (Disables XSS filtering)
<li> 1 </li> (Enables XSS filtering. If a cross-site scripting attack is detected,
the browser will sanitize the page.)
<br /> 1; mode=block &nbsp;&nbsp;(Enables XSS filtering. The browser will prevent rendering
<li> 1; mode=block </li> (Enables XSS filtering. The browser will prevent rendering
of the page if an attack is detected.)
</ul>
</td>
</tr>
<tr>
Expand All @@ -222,10 +223,11 @@ Strict Transport Security.
<td>
Value for HTTP Strict Transport Security (HSTS) Response Header. You can choose appropriate
value from below when Spark is SSL/TLS enabled.
<br />
<br /> max-age=&lt;expire-time&gt;
<br /> max-age=&lt;expire-time&gt;; includeSubDomains
<br /> max-age=&lt;expire-time&gt;; preload
<ul>
<li> max-age=&lt;expire-time&gt; </li>
<li> max-age=&lt;expire-time&gt;; includeSubDomains </li>
<li> max-age=&lt;expire-time&gt;; preload </li>
</ul>
</td>
</tr>
</table>
Expand Down

0 comments on commit 85cb02b

Please sign in to comment.