Skip to content

Commit

Permalink
this should be the final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashappe committed Sep 10, 2024
1 parent f07cd68 commit 93e1887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ allowlisting
Allowlisting
Andreas
AntiXssEncoder
AntiXSSEncoder
APIs
AppSec
Aref
Expand Down Expand Up @@ -41,6 +42,7 @@ Clickjacking
Cloudmapper
Coiro
ColdFusion
conf
config
CORS
Coursera
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/2018/c4-encode-escape-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For examples of the OWASP Java Encoder providing contextual output encoding see:

#### .NET Encoding Examples

Starting with .NET 4.5 , the Anti-Cross Site Scripting library is part of the framework, but not enabled by default. You can specify to use AntiXssEncoder from this library as the default encoder for your entire application using the web.conf settings. When applied is important to contextual encode your output - that means to use the right function from the AntiXSSEncoder library for the appropriate location of data in document.
Starting with .NET 4.5 , the Anti-Cross Site Scripting library is part of the framework, but not enabled by default. You can specify to use AntiXssEncoder from this library as the default encoder for your entire application using the `web.conf` settings. When applied is important to contextual encode your output - that means to use the right function from the AntiXSSEncoder library for the appropriate location of data in document.

#### PHP Encoding Examples

Expand Down

0 comments on commit 93e1887

Please sign in to comment.