Is the user right to customize and archive his own page in JavaScript [1] and CSS?
[1] They can collect information about their content on a website via a JavaScript API
There is quite a bit of answer to this question, which make different assumptions about those things which are not clear in the question, let me explain it a bit:
-
If you are asking users who add custom CSS and JavaScript to your custom page that Only they can see you can do this because they can do it anyway without your help or without
If you are asking users about adding custom CSS and JavaScript to any page, other users can see never like their profile pages Let it happen.
Let anyone control the HTML of other visitors without any restriction. CSS restrictions can only change some colors and nothing else. HTML restrictions are only using some tags for text formatting, but display of their own browser is completely out of your control. They want any HTML, CSS and Javascript that they want to do, and you have to keep it in mind, whether you officially do them or not.
Comments
Post a Comment