Skip to content

Instantly share code, notes, and snippets.

View muhamadsobari198's full-sized avatar

Muhamad Sobari muhamadsobari198

View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Content-Security-Policy</title>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self' data: gap: 'unsafe-eval' ws: ;
style-src 'self' 'unsafe-inline';
script-src https: *.example.com ;
<?php
class Person
{
private $firstName;
private $lastName;
private $age;
public function __construct(string $firstName, string $lastName, int $age)
{
@muhamadsobari198
muhamadsobari198 / numeric_posts_nav.php
Created October 3, 2018 04:49 — forked from peterwegren/numeric_posts_nav.php
Custom page/post pagination navigation.
<?php
/**
* numeric_posts_nav
* Custom numeric page links.
*
* @method numeric_posts_nav
*
* @author Peter Wegren <peter @ paper-leaf.com>
*