Skip to content

Instantly share code, notes, and snippets.

# This is a blocklist to block samsung smart tv's sending meta data at home.
# Please help to collect domains!
# It could be that the TV does not receive any more updates or other services no longer work. Please report such an incident.
device-metrics-us.amazon.com
samsungacr.com
samsungcloudsolution.com
samsungcloudsolution.net
pavv.co.kr
samsungotn.net
<cfscript>
function boolean is_authorized(username, password) {
if(username == "admin" && password == "password"){
return true;
}
else
return false;
}
function deleteRecord(id) {