Merge pull request #1 from BinaryAnalysisPlatform/master

update from base
This commit is contained in:
Namalee 2016-04-18 15:05:50 +02:00
commit e420deb7c8
3 changed files with 3 additions and 4 deletions

View File

@ -396,9 +396,6 @@ def getregisters(forknum, clnum):
@app.route('/', defaults={'path': 'index.html'})
@app.route('/<path:path>')
def serve(path):
if 'Firefox' in request.headers.get('User-Agent'):
return "<pre>WTF you use Firefox?!?\n\nGo download a real web browser, like Chrome, and try this again"
# best security?
if ".." in path:
return

View File

@ -131,6 +131,7 @@ Session.setDefault("flat", false);
// keyboard shortcuts
window.onkeydown = function(e) {
e.preventDefault();
//p(e.keyCode);
//p(e);
if (e.ctrlKey == true) return;

View File

@ -127,6 +127,7 @@ td {
white-space: nowrap;
box-sizing: border-box;
z-index: 1;
position: relative;
position: absolute;
top: 0;
}