This file is indexed.

/usr/share/jscommunicator/style.css is in libjs-jscommunicator 1.1.1-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/****************************************************************************
 JSCommunicator
 http://jscommunicator.org

 Copyright (C) 2013  Daniel Pocock http://danielpocock.com

 The JavaScript code in this page is free software: you can
 redistribute it and/or modify it under the terms of the GNU
 General Public License (GNU GPL) as published by the Free Software
 Foundation, either version 2 of the License, or (at your option)
 any later version.  The code is distributed WITHOUT ANY WARRANTY;
 without even the implied warranty of MERCHANTABILITY or FITNESS
 FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.

 You may distribute non-source (e.g., minimized or compacted) forms of
 that code without the full copy of the GNU GPL normally required
 provided you include this license notice and a URL
 through which recipients can access the Corresponding Source.
****************************************************************************/

#network-controls #error span {
  display: none;
}

#network-controls #error #js {
  display: inline;
}

#network-controls #jsc-login {
  display: none;
}

#network-controls #jsc-login .jsc-login-label {
  float: left;
  width: 200px;
}

#network-controls #ws {
  display: none;
}

#network-controls #ws .state {
  display: none;
}

#network-controls #reg {
  display: none;
}

#network-controls #reg #de-reg-button {
  display: none;
}

#dest {
  display: none;
}

#dial-controls {
  display: none;
}

#dial-controls #call-video {
  display: none;
}

#session-controls {
  display: none;
}

#video-session {
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  height: 300px;
  padding: 6px;
  border-radius: 10px;
  border: 2px solid #EEE;
  display: none;
}

#video-session video#remoteView {
  width: 400px;
  height: 300px;
  background-color: #000;
}

#video-session video#selfView {
  position: absolute;
  bottom: 6px;
  left: 6px;
  width: 133px;
  height: 100px;
  background-color: #111;
  border-top: 2px solid #CCC;
  border-right: 2px solid #CCC;
}