Top "Access-control" questions

Access control is the process of limiting the access of ability of users or services to certain resources.

Create new user in MySQL and give it full access to one database

I want to create a new user in MySQL and give it full access only to one database, say dbTest, …

mysql access-control database-security
How to create a user in Oracle 11g and grant permissions

Can someone advise me on how to create a user in Oracle 11g and only grant that user the ability …

oracle oracle11g access-control
How do I use Access-Control-Allow-Origin? Does it just go in between the html head tags?

I've been reading about Access-Control-Allow-Origin because it seems effective at allowing cross domain requests since I have access to the …

html cross-domain same-origin-policy access-control cors
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at

I'm using CometChat in my website and recently my users art having this problem with receiving messages. After inspection in …

ajax cors access-control
jQuery.getJSON - Access-Control-Allow-Origin Issue

I'm jusing jQuery's $.getJSON() function to return a short set of JSON data. I've got the JSON data sitting on …

javascript jquery json xmlhttprequest access-control
Font Awesome icons not showing in Chrome, a MaxCDN related Cross-Origin Resource Sharing policy issue

just noticed on several websites that the font awesome icons aren's showing in Google Chrome. The console shows the following …

google-chrome cdn font-awesome access-control cross-domain-policy
Error: Permission denied to access property "document"

I have a HTML Document which contains an iframe. Whenever I try to access or modify this iframe with JS …

javascript html iframe xss access-control
PHP: How can I block direct URL access to a file, but still allow it to be downloaded by logged in users?

I have a website where users should be able to log in and listen to a song (a self-created mp3). …

php .htaccess access-control hotlinking
CORS not working php

I am trying to post form data from www.siteone.com to www.sitetwo.com via CORS. My ajax code …

php jquery cross-domain cors access-control
Prevent pushing to master on GitHub?

GitHub allows you to configure your repository so that users can't force push to master, but is there a way …

git github branch access-control pull-request