Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: the link of document is broken #879

Closed
Aisuko opened this issue Oct 19, 2023 · 5 comments
Closed

doc: the link of document is broken #879

Aisuko opened this issue Oct 19, 2023 · 5 comments

Comments

@Aisuko
Copy link
Contributor

Aisuko commented Oct 19, 2023

Describe the bug

All the link of the documents are cannot be accessed. For example: https://burn.dev

To Reproduce

Expected behavior

Screenshots

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context

@louisfd
Copy link
Member

louisfd commented Oct 20, 2023

@Aisuko I can't reproduce the problem, to me it looks fine. Can you give more details?

@Aisuko
Copy link
Contributor Author

Aisuko commented Oct 21, 2023

Hi @louisfd thanks for your replying. Please see below, I cannot access the website though Safari. And I am sure my network is ok.

Screenshot 2023-10-21 at 12 06 13 pm

@nathanielsimard
Copy link
Member

@Aisuko Is this resolved? I don't have any problems accessing the website from my end.

@Aisuko
Copy link
Contributor Author

Aisuko commented Oct 23, 2023

Hi @nathanielsimard I think reason is below:

I'm trying to execute curl burn.dev

(base) ➜  ~ curl burn.dev        

<HTML><HEAD>
<TITLE>Access Denied</TITLE>
<link rel="stylesheet" href="http://appinfo.rmit.edu.au/appinfobranding/styles/rmitCasStyles.css">
<link rel="stylesheet" href="http://appinfo.rmit.edu.au/appinfobranding/styles/Font-Awesome/css/font-awesome.css">

</HEAD>

<BODY>
<script type="text/javascript">
var cat = "parked";
if (cat === "contract-cheating") {
    document.getElementById("header").innerHTML = "Violation of RMIT Policy";
    document.getElementById("message").innerHTML = "The website that you have attempted to access has been blocked by RMIT to ensure compliance with our <a href=https://policies.rmit.edu.au/document/view.php?id=168/>Academic Integrity policy</a>, <a href=https://policies.rmit.edu.au/document/view.php?id=35/>Student Conduct Policy</a> and the <a href=https://policies.rmit.edu.au/document/view.php?id=75>Information Technology and Security Policy</a>.";
    document.getElementById("message2").innerHTML = "This action aligns with the intentions of the Australian Government which has made it a criminal offence to provide or advertise academic cheating services in higher education, and which can lead to two years’ imprisonment or fines of up to $100,000.";
	document.getElementById("message3").innerHTML = "As such, RMIT University is committed to ensuring that our students are aware of these concerns, and is taking an educative approach to prevent, detect, and respond to academic cheating services.";
	document.getElementById("message4").innerHTML = "If you need further information, please contact <a href=mailto:student.conduct@rmit.edu.au>student.conduct@rmit.edu.au";
} else {
  document.getElementById("header").innerHTML = "Violation of the Information Technology and Security Policy";
  document.getElementById("message").innerHTML = "Access to the web page you are trying to visit has been logged and blocked in accordance with the RMIT Acceptable Use Standard - Information Technology.";
}
</script>

By the way, the website can be accessed by 4g on phone. Feel free to close the issue. Thanks

@louisfd
Copy link
Member

louisfd commented Oct 23, 2023

Thanks, I'll close the issue since it seems to be related only to your university policy.

@louisfd louisfd closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants