forked from decal/werdlists
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various DNS and HTTP test strings and minor modifications to default permissions shell script..
- Loading branch information
Showing
8 changed files
with
2,330 additions
and
5 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
GETCONF_DIR | ||
ARGP_HELP_FMT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,6 +114,7 @@ Sec-WebSocket-Version | |
Sender | ||
Server | ||
Set-Cookie | ||
Set-Cookie2 | ||
SLUG | ||
Strict-Transport-Security | ||
Subject | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
content-policy-directives: Content Security Policy directives from HTTP replies | ||
query-variable-names: Commonly lucrative HTTP GET query variable names | ||
query-variable-values: Typical HTTP GET query variable values | ||
referrer-policy-directives: W3C Referrer Policy directives from HTTP replies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
debug | ||
admin | ||
auth | ||
url | ||
uri | ||
secure | ||
insecure | ||
safe | ||
unsafe | ||
setup | ||
install | ||
edit | ||
owner | ||
private | ||
internal | ||
webmaster | ||
root | ||
user | ||
target | ||
host | ||
log | ||
file | ||
logfile | ||
logging | ||
server | ||
service | ||
svc | ||
site | ||
dev | ||
qa | ||
owner | ||
staging | ||
env | ||
a | ||
b | ||
c | ||
d | ||
e | ||
i | ||
o | ||
u | ||
x | ||
y | ||
z | ||
q |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
true | ||
false | ||
0 | ||
1 | ||
yes | ||
no | ||
+ | ||
none | ||
all | ||
localhost | ||
127.0.0.1 | ||
80 | ||
443 | ||
http | ||
https |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters