Questions tagged [lockdown]

30 questions
0
votes
1 answer

Setting home page for Edge browser in Windows Mobile 10

I'm locking down Windows Mobile 10 device and even though it proves to be a challenging task I'm almost there. The only bit left is either setting Microsoft Edge to use desired URL as a home page or pinning a shortcut (tile) to that URL onto the…
Donatas
  • 317
  • 1
  • 5
  • 18
0
votes
1 answer

Is there Lockdown Mode for Trial Version?

I was just wondering if there is the "Lockdown Mode" for trial version of the ESXi 4.1 version? I can't seem to enable to option as when I F2 to customize the system, the option is not selectable and there is no such option found in the vSphere 4.0.…
JavaNoob
  • 3,494
  • 19
  • 49
  • 61
0
votes
1 answer

In Lockdown.js for NPM I get an empty file

In Lockdown.js for NPM I get an empty file when i run the command to generated the lockdown file here is the links for the dependency NPM lockdown git and next my package.json { "name": "nw", "private": true, …
Cesar Vega
  • 455
  • 6
  • 15
0
votes
0 answers

Disable interactive python prompt

I'm wondering if there is a way of disabling the interactive python prompt so that only scripts on disk can be run? The environment in question is Windows with windows domain controllers. The reason being as one step of locking down python in an…
andpou
  • 21
  • 2
0
votes
1 answer

Visual Studio .NET has detected that ASP.NET applications and services are locked down in IIS

Getting this error when try to compile a .net 1.1 website: Visual Studio .NET has detected that ASP.NET applications and services are locked down in IIS. You can run the IIS Security Lockdown Wizard to change lockdown status How I "unlockdown" it…
danswain
  • 4,171
  • 5
  • 37
  • 43
0
votes
1 answer

Connecting Android with Web Server

This has been stumping me for awhile now. I'm looking to connect an Android app to a web server using PHP. How would one go about securing the web server and only allowing Android app users to connect, and locking out browser users and other users…
0
votes
1 answer

jQuery POST to Django redirecting to GET with no data

I need to post form data to a Django view before the form is submitted. All methods I try fail on the same point. The javascript to make the ajax call is: $('#lockdown-email-form input[type=text]').focusout(function() { var data =…
Collierre
  • 946
  • 8
  • 16
0
votes
1 answer

jQuery ajax async locks browser

i have huge file to be processed on server. I upload file to server, then read it, making array. Now i need to put that information back to server: function getXMLFile(file){ // Single call $.ajax({ url: '....', type: 'post', …
Justinas
  • 41,402
  • 5
  • 66
  • 96
0
votes
1 answer

Rails with ActiveScaffold and Lockdown plugins

Our application is developed using Rails 2.3.5 along with ActiveScaffold. ActiveScaffold adds quite a bit of magic at run time just by declaring as following in a controller: class SomeController < ApplicationController active_scaffold…
Dharam Gollapudi
  • 6,328
  • 2
  • 34
  • 42
0
votes
3 answers

Windows 8 - Disable Charms Bar

I'm currently working to disable and lockdown tablets, and am having a hell of a time getting this part disabled. On a touch screen tablet, running windows 8, swiping from the right side of the screen will bring up a charms bar. I want this…
Baelix
  • 261
  • 2
  • 7
  • 17
0
votes
1 answer

Secure a Self-Serv Computer ? - Need to Disable IE escape, etc

We have developed a "Self Service Till" will allow people to order stuff in store, get a receipt and come and pick up later. It was done in HTML, Javascript, PHP - that's what I know to code. I now need to lock down the computer to only use the Web…
PHPAdam
  • 1
  • 1
0
votes
2 answers

wikimedia Lockdown with existing Namespaces

I'm using an Media Wiki for documentation. After I added a lot of Pages with Namespace for example INTERN:My Page or Public:My Page and want to restrict read access for this existend Namespaces. I've found the Extension "Lockdown" and can use it for…
take
  • 2,202
  • 2
  • 19
  • 36
0
votes
1 answer

password_verify_function not used?

We are attempting to secure an oracle instance and the default password verification function does not meet the exact specifications established. A new function was written and compiled by sys. This was also set as the "DEFAULT" profiles…
rynmrtn
  • 3,371
  • 5
  • 28
  • 44
0
votes
1 answer

Any gem similar to lockdown?

I recently migrated my app from rails 2.3.8 to rails 3.0.7, i was using lockdown for access control but lockdown is not supported in rails 3.x. Is there any gem similar to lockdown for access control, i tried cancan but its not that much effective…
anil.n
  • 509
  • 2
  • 5
  • 17
-2
votes
1 answer

How to lock API from 3d party mobile app?

I need to use some API by my own mobile app. But I want lock access from 3d party mobile apps. How can I do this? I talking not about authorization. I just don't want, that somebody write application which use API on my website.
Roman Shamritskiy
  • 753
  • 10
  • 12
1
2