Questions tagged [blocked]

DO NOT USE THIS TAG! Please find a more relevant tag for your question because this tag is too ambiguous in meaning.

This is an ambiguous tag that should not be used to tag your question with.

Better tags would be

Please find a tag that accurately describes the issue you have for the framework you're using.

157 questions
3
votes
4 answers

04-28 16:06:29.756: W/SystemWebViewClient(16778): URL blocked by whitelist:

This problem appeared when I update the ionic and cordova, $http can't normally work any more, always return null. in debug line apeared "04-28 16:06:29.756: W/SystemWebViewClient(16778): URL blocked by whitelist:"
马洪波
  • 71
  • 1
  • 2
2
votes
0 answers

Use the scroll mode in gnu-screen without blocking the running program?

Is there a way to use the scroll mode in gnu/screen without blocking the running program? With scroll mode, I mean the ctrl+a ESC key combination which allows you to navigate in the buffer with the arrow keys. If that mode is active, the running…
Marenz
  • 2,722
  • 3
  • 20
  • 19
2
votes
1 answer

extract instagram data with axios and ?__a=1 got blocked after half a day (1 request/minute)

i wrote a script that retrieves a users profile data in json from [response.data.graphql.user] I use this: const response = await axios.get('https://www.instagram.com/'+accountUrl+'?__a=1'); For a list of users i want to loop this script and get…
Has-kueel
  • 21
  • 3
2
votes
1 answer

Visual Studio 2015 Update 3 - getting setup blocked error during installation

I am trying to install Visual Studio 2015 Update 3 and am getting a setup blocked error. I don't have any previous version of Visual Studio installed in my machine either. What is a remedy for this? Below are the last few lines from the log…
Debo
  • 505
  • 4
  • 13
  • 24
2
votes
1 answer

When Java debugging what could cause my process to hang

I have a Java server process which does heavy processing. It intermittently stops processing, as in the log stops, and activity ceases but the process is still active. I have had this happen while debugging a few times. When it does I hit…
Mike Q
  • 22,839
  • 20
  • 87
  • 129
2
votes
1 answer

Android app white screen blocked without errors

I've set up my android app with a drawer navigation menu and after all the set up my app is just showing a white blank screen without launching my LAUNCHER activity and without doing nothing. I know is quite obsolete but i can't figure out what's…
2
votes
1 answer

popup gets blocked , on second click its not blocked anymore

when i click on button1 a ajax requests gets sended, if success a hidden button should be shown an clicked via jquery click() method. The second button (button2) triggers an window.open event via jquery. My problem is that on the first click the…
2
votes
1 answer

C++ socket stuck sending data

I'm trying to develop a streaming system sending multiple images to a receiving socket, which displays them. However, for some reason I can't understand, my code gets blocked at the send function after sending about 3 images. This is a snippet of my…
user2938976
  • 235
  • 1
  • 3
  • 11
2
votes
0 answers

Getting location via ip when browser blocks geolocation

I am trying to figure out an alternative way of getting a user's location when your browser (firefox, chrome, etc) blocks geolocation and I wanted to call an API to get the user's location based on their IP address. However, I can't figure out how…
2
votes
2 answers

iOS; block access to certain applications programmatically

Is there any way to block access to certain application programmatically on iOS? Using private APIs or workarounds is not a problem in my case. Thanks in advance!
Rui
  • 5,900
  • 10
  • 38
  • 56
2
votes
0 answers

OAuth Dialog Redirect URL options when Facebook url is blocked

We are creating an app for a private school. The school's technical team has blocked students from accessing Facebook. For our app, we must authenticate the students within the school. Are there alternate URLs that can be used to access OAuth Dialog…
Mel
  • 21
  • 3
2
votes
1 answer

Facebook Like button became red : you are being spammy

I have a few like buttons on my page and I was running some tests (well.. a lot of tests) with them. Now it's displaying well but when I click on them, them becomes red, says "error" and a popup appears saying : The content you're trying to share…
Vincent Roye
  • 2,751
  • 7
  • 33
  • 53
1
vote
1 answer

Prevent stops application with NSStream in polling mode

I have implemented a client-server transferring from Windows desktop application to iPhone App. I transfer data using NSStream in polling mode (synchronous). CFReadStreamRef readStream; CFWriteStreamRef…
Gigi
  • 315
  • 7
  • 23
1
vote
1 answer

htaccess Content-Security-Policy/CSP headers blocked

I am trying to set the Content-Security-Policy/CSP headers in the .htaccess file. But, its getting blocked for some reason in both development and production environments. The same thing is happening for the .css and other sources like…
Mr.Singh
  • 1,421
  • 6
  • 21
  • 46
1
vote
0 answers

Blocked scripts due to MIME type according to the console

I have been having some issues after hosting my django website on render.com.. a section of my website doesn't style properly and I when I checked my console, I found that the browser is blocking some of my scripts (js and css) hence the abnormal…
Paulson
  • 11
  • 3
1
2 3
10 11