Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
03e5071f
Commit
03e5071f
authored
Jul 23, 2005
by
Christophe Mutricy
Browse files
Add a add_suppressed_string for http-{user|pwd}
parent
ed1279a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/http.c
View file @
03e5071f
...
...
@@ -82,7 +82,8 @@ vlc_module_begin();
RECONNECT_LONGTEXT
,
VLC_TRUE
);
add_bool
(
"http-continuous"
,
0
,
NULL
,
CONTINUOUS_TEXT
,
CONTINUOUS_LONGTEXT
,
VLC_TRUE
);
add_suppressed_string
(
"http-user"
);
add_suppressed_string
(
"http-pwd"
);
add_shortcut
(
"http"
);
add_shortcut
(
"https"
);
add_shortcut
(
"unsv"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment