The policy tag has no wiki summary.
-1
votes
1answer
18 views
privacy policy for android [closed]
How to keep privacy policy for mobile apps
i.e. in my application I am creating a link to dialog and kept data in a string
all the matter shows in lower case and with disabled links and no ...
0
votes
0answers
5 views
Java using Policy to limit access
I've a question on Java Policies. We have an exam question which basically states. An Applet signed by buy.com needs access to a credit card file on the users machine, If they have the correct ...
0
votes
1answer
11 views
Facebook App Limit
Does Facebook limits the number of applications that I create?
At the moment, I have only five applications created and I am getting this error
message when try to create a new one:
App creation ...
-2
votes
0answers
22 views
app has been flagged by automated systems for creating a negative user experience [closed]
We got the mail from facebook saying that our app has been flagged because the Users are responding negatively to the photos generated by our app.
We have a feature that generates photos based on ...
0
votes
0answers
7 views
May I use other social plugins (Tweet, +1) inside a Facebook Canvas/Tab App?
I have a Page Tab app and remembered reading something when G+ was launched that you are not allowed to embed other social channels inside an app. I am specifically asking for a link to the document ...
-3
votes
0answers
16 views
Posting to users stream and facebook's policy? [closed]
In an app I'm researching, part of it involves allowing users to post to their stream and if the callback is successful, a short code will get returned to them which can be used to get a discount off ...
-2
votes
0answers
20 views
facebook deleted my app but I add a policy page [closed]
I received an alert from facebook to put privacy policy link.
I already add one but my app is in portuguese. So I created a new one in a separeted page: ...
1
vote
0answers
66 views
How do I clear a blocked URL in email response
Recently email responses to FB comments are refused by FB's servers with the following message:
The error that the other server returned was:
554 5.7.1 POL-P6 ...
3
votes
1answer
205 views
Error downloading
to download a console returns the following error:
Frame load interrupted by policy change
Example:
<a href="app.exe">Start Download</a>
Console Preview:
Should I configure ...
0
votes
0answers
18 views
NetFx40_LegacySecurityPolicy causes application crash
I've an application who must be have the NetFx40_LegacySecurityPolicy set to true.
My problem is that the application can start on my development workstation, but it doesn't start on some tests ...
0
votes
2answers
69 views
Can't get applet to read text file
I've tried to get my Java Applet to read from my text file, but I do not have sufficient privaleges to read the file when i run the applet in my browser.
I have tried to use policy files but I cannot ...
1
vote
0answers
45 views
Does the new Google Play Developer Program Policies forbid the usage of OSGi? [closed]
I was wondering if the usage of OSGi is forbidden with the new addition to the Google Play Developer Program Policies:
An app downloaded from Google Play may not modify, replace or update
its ...
0
votes
0answers
14 views
.NET Reflection policy exception
I have a strange problem: I deployed a .NET 2.0 application that uses reflection and I got a Policy Exception once I call Assembly.LoadFile. The error is the following:
Could not load file or ...
0
votes
0answers
8 views
I can't deactivate sandbox mode
When I try to deactivate the sandbox mode in my facebook app it throws me the error: "you need to put a privacy policy url" but i have already one. Any idea? It's a bug of facebook or what?
0
votes
1answer
48 views
WSO2 : Where can i find a good Web services Policy documentation
I need to use web service policy
To create SLA for services i found(thought) that should be use ws policy and place it into wsdl file. but i dont how to do it?!
Where can i found a good ...
1
vote
0answers
30 views
Same app id for both F-Connect and FB Canvas app
Recently FB changed their policy and according to that:
a. Desktop web games off of Facebook.com may only use Facebook Login (Authentication, excluding user connections such as friend list), ...
1
vote
0answers
156 views
Jython with java sandboxing: granting permissions more specific?
I write a python- sandbox for running python scripts restricted, using Jython and the java security policy. To granting permissions I defined a policy file like this:
grant {
permission ...
0
votes
0answers
22 views
Does DMA data transfer between 2 cores' caches treats cache as local memory ? or Does the cache write policies apply during the transfer?
I am working on a multiprocessor system where i want to transfer data from the cache of one core to the cache of other core using DMA. I want to know if the DMA treats the cache as local ...
1
vote
0answers
25 views
Disallowing unencrypted PUTs to S3
I have a working direct browser upload form to upload files from the browser to S3 directly, including enabling server side encryption for each upload via the upload policy and form fields for ...
3
votes
2answers
185 views
AS3 sockets and policy file request to a C# server
This problems is drive me crazy!
Im readed ALL the questions on stackoverflow but im still stuck.
My as3 program wroks very well, but when i have finished it and putted on a server, it start to ...
0
votes
1answer
82 views
security: access denied exception in Japplet
This applet worked fine until yesterday and now it is giving me some exception. Here is the stacktrace:
java.security.AccessControlException: access denied ("java.lang.RuntimePermission" ...
-4
votes
1answer
65 views
Verify if email sender has permission to send to a certain address
I am forced to implement a sender policy in qmail.
I have a file describing the policies:
User1@domain1.com:*@domain1.com,x@Domain2.COM,y@DOMAIN.com
user2@domain1.com:*@*
USER3@domain1.com:
This ...
0
votes
0answers
95 views
Raspberry Pi: Inconsistent behaviour with Chromium AutoSelectCertificateForUrls policy
Firstly, I have this working on my laptop (Ubuntu x64) yet find inconsistent behaviour when doing the same thing on a Raspberry Pi (Rasbian Wheezy 2013-02-09).
The only differences I can find between ...
4
votes
4answers
95 views
Policy inheritance and inaccessible protected members
It seems that a protected member from a template policy class is inaccessible, even with a class hierarchy which seems correct.
For instance, with the following code snippet :
#include ...
0
votes
1answer
27 views
JAVA SecurityManager - custom BasicPermission with multiple actions
I created the following policy file:
grant {
permission StackPermission "use,save";
};
In order to access it, I run my JVM using the following params:
-Djava.security.manager ...
6
votes
3answers
142 views
Is a scripting application allowed in the Windows Store?
So I have this bit of a project planned for Windows Store and Android. Basically, a networking multi-tool coupled with a scripting engine to implement protocols and behavior. Ideal uses being things ...
0
votes
0answers
7 views
publisher policy is not working at second level project
Publisher policy doesn't working at second level i.e. if one project is referring to second project and second project is referring to third project, Second and third project have multiple version in ...
1
vote
0answers
108 views
how to respond to wsdl policies using php nusoap
I wish to consume a webservice described in a wsdl file. I am using php and nusoap library.
I am not sure how to correctly respond to the following policy requests:
<wsp:Policy ...
1
vote
2answers
132 views
identify portable executable
I want to write a program that allows or blocks processes while openning a file depending on a policy.
I could make a control by checking the name of the program. However, it would not be enough ...
-3
votes
1answer
111 views
facebook policy error [closed]
I saw many posts even hier on stackoverflow, but couldn't find solution.
I have website www.fenomenalno.com and I one day actually 2 days ago facebook connect doesn't work any more. Then I looked into ...
0
votes
1answer
45 views
Granting permissions to rt.jar (hopefully a stupid typo I can't see)
We are not using the default Java security policy because it permits things we want to prohibit. So we have our own policy file which generally doesn't allow reading from anywhere...
But this means ...
1
vote
0answers
89 views
Privacy Policy Compliance Alert not disappear
I've received a Privacy Policy Compliance Alert about my app, after that I added a privacy policy (complaint with Facebook) and set it in my settings, but the alert still remains.
It's been about 10 ...
0
votes
1answer
235 views
Got error message regarding “Privacy Policy Compliance”
We developed an Facebook application (Canvas, Page-tab and Mobile app) to a customer, at first we didn't include any Privacy Policy in the App Settings. But yesterday we got an warning notice from ...
1
vote
1answer
310 views
How can i use applet send data to serial port via rxtxComm.jar On ubuntu
I write a program use applet to access serial port via rxtxComm.jar,i change the java.policy,so the applet can access serial port without signed.When the program running on
Windows,it's effective.But ...
0
votes
1answer
56 views
WebView ignore Cache policy on subsequent pages
I have noticed that in my webView, I've set the cache policy when making request, in viewDidLoad,
NSURLRequest *request = [NSURLRequest requestWithURL:url ...
0
votes
1answer
39 views
Trouble getting Java flash policy server work
I'm trying to create a game server for flash, but I'm stuck trying to send a policy file from my Java server to the Flash game.
The server got message
<policy-file-request/>\0
as well but ...
-3
votes
1answer
24 views
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.
0
votes
0answers
66 views
Jaas Netbeans:how to pack jars
I'm a new Jaas and Netbeans user.
I have to implement a Secure Desktop application using Jaas. Is it possible using Netbeans or other IDE?
What I have exactly to do? I'm trying to use NetBeans but I ...
2
votes
1answer
83 views
Exception policy for Rails API applications
I want to know the general policy how to manage exceptions in Rails API application.
I suppose that the customer should receive only those exceptions that are related to his customer's logic. So in ...
0
votes
0answers
124 views
Change IE homepage - overwrite group policy script
I'm in IT at my workplace but i cant change any Group Policy settings.
I want my PC to run this script every time it boots up, effectively overwriting the IE homepage which is set by our group ...
0
votes
1answer
26 views
Creating AD user based policy that only applies when user logs onto specific computer
Lets say I have machine1, machine2 and machine3. The setup i want should only affect machine3. When i setup computer policy, i can apply it to the machine OU and only have that machine in it so there ...
0
votes
0answers
68 views
SecurityException creating PictureBox
I am changing my ASP.Net web app to run under Medium trust level. However, I am getting a SecurityException that is baffling me.
The line in question is simply:
Me.img = New ...
0
votes
1answer
46 views
Socket policies. They're flipping with my mind
I'm writing java server for my app.
While i was debugging my flash app, it all was ok.
When i published it and make it load from localhost - it now needs to load security file.
I added that file as a ...
4
votes
1answer
122 views
Reflection Security
How to enforce reflection security by not allow the Method, Field, Constructor object to call setAccessible(true) ? SecurityPolicy File or something else?
Normally for stand-alone Java applications ...
0
votes
0answers
21 views
Preparing App for review to comply with new Platform Policy
I have an existing (test) App which is used for a website with FB login. My App does not meet the udpated Platform Policy which I want to conform to.
When I click the button to review I get a list ...
2
votes
1answer
197 views
Amazon S3 Bucket Policy Referer
I'm trying to edit my S3 bucket configuration such that 3rd party sites can not link to content in it. Also an added benefit is that they can only access content from my domain rather than the ...
0
votes
1answer
116 views
“Cross-Origin Resource Sharing policy” Between Subdomains in JS?
I have a Tumblr theme that includes a canvas script.
The Cross-Origin Resource Sharing policy doesn't allow context.getImageData() to work. Script is located at user.tumblr.com,
images are located ...
1
vote
2answers
65 views
Member functions “name” in trait class? (generic adaptor)
I have implemented a Policy using the CRTP. The policy requires the Base class to have a function called foo:
template<typename Base>
struct Policy<Base> {
// ...
Base* b(){ return ...
1
vote
1answer
51 views
Impossibility to get action approved, trying to “circumvent” policies?
I'm trying to submit an action for a website I've built. It's a gathering site for tv series fans that can "check in" to episode to let others know they watched it. I'm trying to mirror these checkins ...
0
votes
0answers
35 views
wix and origin policy getimagedata()
is there a way I can upload images into a images hosting website like "Imageshack" and then use the getimagedata() method to manipulate them into my html5 canvas without having origin policy ...


