All Questions
Tagged with javascript html5
5
questions
4
votes
0
answers
3k
views
List of all Permissions-Policy header keys and values?
Does someone have a list of all Permissions-Policy header keys and values?
What I have:
more_set_headers "Permissions-Policy: camera=(self), fullscreen=(*), geolocation=(self), payment=()";
...
0
votes
1
answer
224
views
Send pageview in Piwik
Sorry for this very basic question but I can't figure it out.
On my website I'm moving from Google Analytics to Piwik. I got Piwik working however, I can't trigger a pageview.
The main problem is ...
0
votes
0
answers
373
views
HTML5 media loading sometimes suspends or aborts: misconfigured Apache?
Recently, some code that has been working fine for months started to run unexpectedly. That code is just a media files loading JavaScript function, that uses jQuery. It's pretty long, but in essence ...
10
votes
3
answers
17k
views
Is there any javascript ssh client?
I mean pure javascript client that uses HTML5 sockets and doesn't need to be installed, just open single js file in browser. Is it possible to write such client at all?
0
votes
2
answers
147
views
Why doesn't my server render my website properly? [closed]
I want to know what could be wrong with my server?
I have uploaded the exact same website files to both a public and private server and it doesn't display the same way on both of them.
The files have ...