Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
noVNC
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
noVNC
Commits
8af9b691
Commit
8af9b691
authored
May 04, 2015
by
Samuel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #483 from fabian-z/master
Make noVNC compatible with Content Security Policies
parents
8ce27ddb
48d26b2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
base.css
include/base.css
+1
-0
ui.js
include/ui.js
+1
-0
vnc.html
vnc.html
+1
-2
No files found.
include/base.css
View file @
8af9b691
...
...
@@ -238,6 +238,7 @@ html {
position
:
relative
;
left
:
-40px
;
z-index
:
-1
;
ime-mode
:
disabled
;
}
/*
...
...
include/ui.js
View file @
8af9b691
...
...
@@ -185,6 +185,7 @@ var UI;
$D
(
"keyboardinput"
).
oninput
=
UI
.
keyInput
;
$D
(
"keyboardinput"
).
onblur
=
UI
.
keyInputBlur
;
$D
(
"keyboardinput"
).
onsubmit
=
function
()
{
return
false
;
};
$D
(
"showExtraKeysButton"
).
onclick
=
UI
.
showExtraKeys
;
$D
(
"toggleCtrlButton"
).
onclick
=
UI
.
toggleCtrl
;
...
...
vnc.html
View file @
8af9b691
...
...
@@ -70,8 +70,7 @@
style for example -->
<textarea
id=
"keyboardinput"
autocapitalize=
"off"
autocorrect=
"off"
autocomplete=
"off"
spellcheck=
"false"
mozactionhint=
"Enter"
onsubmit=
"return false;"
style=
"ime-mode: disabled;"
></textarea>
mozactionhint=
"Enter"
></textarea>
<div
id=
"noVNC_extra_keys"
>
<input
type=
"image"
alt=
"Extra keys"
src=
"images/showextrakeys.png"
id=
"showExtraKeysButton"
class=
"noVNC_status_button"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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