Questions tagged [policy]

Best practice and style are at the core of every program; there is always a better way to do something. Policy helps programmers determine how something should be written.

Policy is a more or less ambiguous way of describing the best way to do something in programming. This can often be described as "best practice" when writing a program. This can pertain to the way a method returns a value, the way inheritance is structured, and the way to exit a loop, among other things, and it can vary from language to language.

Many companies often have their own sets of internal documentation referred to as Coding Standards that enforce policies which they determine to be valuable for maintenance and readability purposes of their code base.

You can learn more about policy and programming paradigm here.

1311 questions
-2
votes
1 answer

Why doesn't google block Youtube Downloaders

So my question is if watching online videos benefit google (Youtube). why they do not block "Youtube downloaders" in google search.
TheOriginX
  • 27
  • 2
-2
votes
1 answer

Does my Ads placement in my App UI follow admob Policy or violates?

Here is the screenshot of my UI. The page is scrollable if the size of the device is small and only interactable is floating action button. Please reply if it violates or it is Ok.
-2
votes
1 answer

Facebook App Privacy Policy URL - What should I do if I am not a company? And I don't use any data from user netiher?

I have a simple Facebook page, where I post 1 picture / day. (I am a regular person, don't have a company) It would be boring, so a friend of mine created a Python script, so I can schedule this task every day, automated, without manual work. The…
user10368025
-2
votes
1 answer

Showing webistes in own app is legal or not?

There is a webview in one of the activity in my android application. In which I want to show other websites such as news website, journals website, etc. Is it legal or not?
Nyein Chan
  • 1,215
  • 2
  • 17
  • 32
-2
votes
1 answer

Programmatical manipulation of Windows Local Security Policy

I am looking for a method to access and modify local group policy settings in a PC programatically. For example, if I want to check / modify a value for a setting "Computer Configuration\Windows Settings\Security Settings\Local Policies\Audit…
-2
votes
1 answer

Changing AD password - When is it applied

I need to change the password of a user who will be relieved from his job. So my question is, if I change the password on the AD and his computer goes to sleep will it require the new password when unlocking or is a reboot necessary ? It's an…
RazZ
  • 65
  • 1
  • 2
  • 6
-2
votes
1 answer

Adsense Pre-loading policy

i used Buzzy Script for my web site and buzzy script support Pre-loading page when a user goto to down of post it load new post in that page user can view 100 of post in one page and also load 100 adsense ads on one page…
-2
votes
2 answers

After iptables -P INPUT DROP in Ubuntu, how can I apply my additional rule?

In Ubuntu 16.04LTS, I typed the folllowing lines: iptables -F iptables -X iptables -A INPUT -m mac --mac-source 1C:**:2C:**:72:**:78 -j ACCEPT here is the result of iptables -L -nvx. I can't access my web server (port 80) with the machine that MAC…
Mike Min
  • 11
  • 4
-2
votes
3 answers

Why allow repetitive characters in a password is unsafe?

I checked several password policies that establish that 2 or more repetitive characters are not allowed in the password, example: "xxxxx5". But that policy doesn't make sense to me because the password space is reduced, (the xxxxx5 is an extreme…
Miguel A. Carrasco
  • 1,379
  • 1
  • 15
  • 26
-3
votes
1 answer

Access denied error when sending curl to S3 bucket

I am trying to send a curl request to an S3 bucket from my EC2 to retrieve a specific object within the bucket: I want to create a transparent proxy with caching implemented by nginx so the aws cli wont work for this. The EC2 instance (Linux…
-3
votes
1 answer

I am implementing admob rewarded ADS in my App but is it correct to lock one of the features on the main menu and unlock them on watching the video

I am implementing admob rewarded ads in my app but i am not sure if its correct according to the policy to lock on of the features of the app on the main menu and unlock them on watch the video ? is it ok to do so ? is it according to the policy
-3
votes
1 answer

How does java.policy file restrict safety from other users/code?

I'm new to java security policy, referring to [Java core programming] volume 2, there's sample of using policy file to specify permissions for file, etc. My question is: (1) When I develop my own application or applet, I can use this policy to…
Hind Forsum
  • 9,717
  • 13
  • 63
  • 119
-3
votes
2 answers

upload an new android app in Play Store to download another app

i want upload app to download other app in outside of play stor cuase the policy and privacy are not accepte this app for live channels like this
Djan Dino
  • 1
  • 1
-3
votes
1 answer

About privacy, does google play store allow my android app to look at and send the browser history of the user to save in my database

My app is kind of search engine for the user to search their personal browser history. And in installation, for permission, i also ask the user for: read your web history. this is the behavior: - The user minimizes my app. - Open browser, visit some…
Do Han
  • 11
  • 2
-3
votes
1 answer

What is an inline script?

This is a bit of a simple question but I have looked around the internet and Stack Overflow and I can't find anyone to just state the answer directly. What is an inline script? Thanks.
sutsuo
  • 1
1 2 3
87
88